| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Type As RasterDocumentFileFormatInfoType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterDocumentFileFormatInfoType Type {get;} | |
| C++/CLI | |
|---|---|
public: property RasterDocumentFileFormatInfoType Type { RasterDocumentFileFormatInfoType get(); } | |
Return Value
The type of document to output (e.g. plain text, word processor, spreadsheet).Refer to RasterDocumentEngine.AvailableOutputFileFormats example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code