Visual Basic (Declaration) | |
---|---|
Public Property MarginsMode As RasterDocumentSelector |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterDocumentSelector MarginsMode {get; set;} |
C++/CLI | |
---|---|
public: property RasterDocumentSelector MarginsMode { RasterDocumentSelector get(); void set (RasterDocumentSelector value); } |
Return Value
A value that indicates whether the margins will be exported, and if so, whether the margins be calculated or predefined.Refer to RasterDocumentEngine.SaveResultOptions example.
When the value is RasterDocumentSelector.Predefined then the Margins will be used.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family