Visual Basic (Declaration) | |
---|---|
Public Property DrawZoneOptions As RasterDocumentDrawZoneOptions |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterDocumentDrawZoneOptions DrawZoneOptions {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterDocumentDrawZoneOptions get_DrawZoneOptions(); public: __property void set_DrawZoneOptions( RasterDocumentDrawZoneOptions value ); |
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 DrawPage example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family