'Declaration Public Overridable Function TryConvertSizeToDip( _
ByVal textA string, which represents size.As System.String, _
ByVal isPageSizeA value indicating whether text specifies a page size.As Boolean, _
ByRef valueThe converted value.As Vintasoft.Primitives.VintasoftSize _
) As Boolean
public virtual bool TryConvertSizeToDip(
System.String text,
bool isPageSize,
out Vintasoft.Primitives.VintasoftSize value
)
public: virtual bool TryConvertSizeToDip(
System.String text,
bool isPageSize,
[PARAMFLAG::Out] Vintasoft.Primitives.VintasoftSize value
)
public:
virtual bool TryConvertSizeToDip(
System.String text,
bool isPageSize,
[Out] Vintasoft.Primitives.VintasoftSize value
)
Parameters
- text
- A string, which represents size.
- isPageSize
- A value indicating whether text specifies a page size.
- value
- The converted value.
Return Value
True if string was converted successfully; otherwise, false.