API Reference
Enum
PdfPageResizeMode
Controls how existing page content is scaled when a PDF page is resized.
Inheritance
- Enum
- PdfPageResizeMode
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
- Field PdfPageResizeMode.Fill
- Field PdfPageResizeMode.Fit
- Field PdfPageResizeMode.Stretch
- Property PdfPageResizeOptions.Mode
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 PdfPageResizeMode Fit #Preserve the original aspect ratio and fit the full source page inside the target page.
Value:
0public const PdfPageResizeMode Fill #Preserve the original aspect ratio and fill the target page, allowing content to be clipped.
Value:
1public const PdfPageResizeMode Stretch #Scale width and height independently so the source page exactly fills the target page.
Value:
2