Pdf Print Page Mode
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This enum may be removed in the future,please use the enum of PdfPageLayoutMode")] public enum PdfPrintPageMode
<ObsoleteAttribute("This enum may be removed in the future,please use the enum of PdfPageLayoutMode")> Public Enumeration PdfPrintPageMode
[ObsoleteAttribute(L"This enum may be removed in the future,please use the enum of PdfPageLayoutMode")] public enum class PdfPrintPageMode
[<ObsoleteAttribute("This enum may be removed in the future,please use the enum of PdfPageLayoutMode")>] type PdfPrintPageMode
Members
| Member | Value | Description |
|---|---|---|
| NormalMode | 0 |
Normal Print
|
| MultiPageMode | 1 |
Multi-Page Print
|