| Visual Basic (Declaration) | |
|---|---|
Public Property DrawZoneOptions As RasterDocumentDrawZoneOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterDocumentDrawZoneOptions DrawZoneOptions {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterDocumentDrawZoneOptions DrawZoneOptions { RasterDocumentDrawZoneOptions get(); void set (RasterDocumentDrawZoneOptions value); } | |
Return Value
Gets or sets a RasterDocumentDrawZoneOptions structure which defines draw zone options used when drawing a specific pageRefer to RasterDocumentEngine.DrawPage(Graphics,Int32,Rectangle,Rectangle,Rectangle,Rectangle,RasterPaintProperties) example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code