 | PrintScallingMode Enumeration |
Specifies a page scaling mode
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic enum PrintScallingMode
Public Enumeration PrintScallingMode
public enum class PrintScallingMode
public enum PrintScallingMode
Patagames.Pdf.Enums.PrintScallingMode = function();
Patagames.Pdf.Enums.PrintScallingMode.createEnum('Patagames.Pdf.Enums.PrintScallingMode', false);
Members
| Member name | Value | Description |
---|
| SourceSize | 0 |
Print the page at its original size
|
| PrintableArea | 1 |
Fit the page to the printable area
|
See Also