Class PageSize
- Namespace
- IO.Scanbot.Pdf.Model
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class PageSize : Enum
- Inheritance
-
PageSize
Properties
A3
public static PageSize A3 { get; }
Property Value
- PageSize
A4
public static PageSize A4 { get; }
Property Value
- PageSize
A5
public static PageSize A5 { get; }
Property Value
- PageSize
B4
public static PageSize B4 { get; }
Property Value
- PageSize
B5
public static PageSize B5 { get; }
Property Value
- PageSize
Comm10
public static PageSize Comm10 { get; }
Property Value
- PageSize
Custom
public static PageSize Custom { get; }
Property Value
- PageSize
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Executive
public static PageSize Executive { get; }
Property Value
- PageSize
Legal
public static PageSize Legal { get; }
Property Value
- PageSize
Letter
public static PageSize Letter { get; }
Property Value
- PageSize
US4x6
public static PageSize US4x6 { get; }
Property Value
- PageSize
US4x8
public static PageSize US4x8 { get; }
Property Value
- PageSize
US5x7
public static PageSize US5x7 { get; }
Property Value
- PageSize
Methods
FromJson(string)
public static PageSize FromJson(string json)
Parameters
json
string
Returns
- PageSize
ToJson()
Returns
- string
ValueOf(string)
public static PageSize ValueOf(string value)
Parameters
value
string
Returns
- PageSize
Values()
public static PageSize[] Values()
Returns
- PageSize[]