| Visual Basic (Declaration) | |
|---|---|
Public Enum RasterDocumentPaperOrientation Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum RasterDocumentPaperOrientation : Enum | |
| C++/CLI | |
|---|---|
public enum class RasterDocumentPaperOrientation : public Enum | |
| Member | Description |
|---|---|
| Portrait | The orientation of the final output document is Portrait (Default). |
| Landscape | The orientation of the final output document is Landscape. |
System.Object
System.ValueType
System.Enum
Leadtools.Document.RasterDocumentPaperOrientation
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code