PXV_FormatMeasureFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_FormatMeasureFlags Enumeration}}
 
{{#customTitle:PXV_FormatMeasureFlags Enumeration}}
{{#parentPage:PXV:PXV|PXV_FormatMeasureFlags Enumeration|enum}}
+
{{#parentPage:PXV:PXV_Enumerations|PXV_FormatMeasureFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXV_FormatMeasureFlags
 
<pre class="brush:cpp;gutter:false">enum PXV_FormatMeasureFlags
 
{
 
{
     PXV_FormatMeasure_NoUnitName      = 1;
+
     PXV_FormatMeasure_NoUnitName      = 1,
     PXV_FormatMeasure_LongUnitName    = 2;
+
     PXV_FormatMeasure_LongUnitName    = 2,
     PXV_FormatMeasure_KeepZeroTrailing = 4;
+
     PXV_FormatMeasure_KeepZeroTrailing = 4,
 
};
 
};
 
</pre>
 
</pre>
Line 23: Line 24:
 
;PXV_FormatMeasure_KeepZeroTrailing
 
;PXV_FormatMeasure_KeepZeroTrailing
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:40, 23 May 2015


Specifies the ...

Syntax

enum PXV_FormatMeasureFlags
{
    PXV_FormatMeasure_NoUnitName       = 1,
    PXV_FormatMeasure_LongUnitName     = 2,
    PXV_FormatMeasure_KeepZeroTrailing = 4,
};

Constants

PXV_FormatMeasure_NoUnitName
The ...
PXV_FormatMeasure_LongUnitName
The ...
PXV_FormatMeasure_KeepZeroTrailing
The ...