| Visual Basic (Declaration) | |
|---|---|
Public Property Margins As Rectangle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Rectangle Margins {get; set;} | |
Return Value
Sets and Gets the margins rectangle that will be exportedRefer to RasterDocumentEngine.SaveResultOptions example.
This property will be used only when the RasterDocumentDocumentOptions.MarginsMode property value is RasterDocumentSelector.Predefined
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code