You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiHtmlUnit Class > StiHtmlUnit Methods > NewUnit Method > NewUnit Method (double)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiHtmlUnit.NewUnit Method (double)
Syntax
C++
C#
Visual Basic
public: StiHtmlUnit NewUnit( double value );

public static StiHtmlUnit Pixel(int value) { StiHtmlUnit unit = new StiHtmlUnit(); unit.UnitType = StiHtmlUnitType.Pixel; unit.Value = value; return unit;

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.