Pdf Print Page Mode
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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
|