| Visual Basic (Declaration) | |
|---|---|
Public Property Document As RasterDocumentOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterDocumentOptions Document {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterDocumentOptions Document { RasterDocumentOptions get(); void set (RasterDocumentOptions value); } | |
Return Value
The RasterDocumentOptions class which represents the document options.Refer to RasterDocumentEngine.SaveResultOptions example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code