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