API Reference
Enum
PdfCatalogPageLayout
Catalog page layout requested for the initial page arrangement of a generated PDF.
Inheritance
- Enum
- PdfCatalogPageLayout
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfCatalogPageLayout TwoColumnLeft #Displays pages in two columns with odd-numbered pages on the left.
Value:
2public const PdfCatalogPageLayout TwoColumnRight #Displays pages in two columns with odd-numbered pages on the right.
Value:
3public const PdfCatalogPageLayout TwoPageLeft #Displays pages two at a time with odd-numbered pages on the left.
Value:
4public const PdfCatalogPageLayout TwoPageRight #Displays pages two at a time with odd-numbered pages on the right.
Value:
5