Visual Basic (Declaration) | |
---|---|
Public Enum RasterDocumentFormatLevel Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterDocumentFormatLevel : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum RasterDocumentFormatLevel : public Enum |
C++/CLI | |
---|---|
public enum class RasterDocumentFormatLevel : public Enum |
Member | Description |
---|---|
Full | Retain all formatting, including text zoning (Default). It keeps the original layout of the pages, including columns. This is done with text, graphical and table zones and frames. This is offered only for target applications capable of handling these. Full formatting is the only choice for all PDF export, except for the file type "Adobe PDF edited". |
Part | Retain a partial set of output formatting elements. All recognized paragraph and character formatting features along with graphics and tables are exported. |
Drop | Export only some character formatting properties (font size and name), if applicable. When exporting to text file types, graphics and tables are not supported. |
System.Object
System.ValueType
System.Enum
Leadtools.Document.RasterDocumentFormatLevel
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