Table of Contents

Class PageSize

Namespace
IO.Scanbot.Pdf.Model
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/pdf/model/PageSize", DoNotGenerateAcw = true)]
public sealed class PageSize : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
PageSize
Implements
Inherited Members

Properties

A3

[Register("A3")]
public static PageSize A3 { get; }

Property Value

PageSize

A4

[Register("A4")]
public static PageSize A4 { get; }

Property Value

PageSize

A5

[Register("A5")]
public static PageSize A5 { get; }

Property Value

PageSize

B4

[Register("B4")]
public static PageSize B4 { get; }

Property Value

PageSize

B5

[Register("B5")]
public static PageSize B5 { get; }

Property Value

PageSize

Comm10

[Register("COMM10")]
public static PageSize Comm10 { get; }

Property Value

PageSize

Custom

[Register("CUSTOM")]
public static PageSize Custom { get; }

Property Value

PageSize

Executive

[Register("EXECUTIVE")]
public static PageSize Executive { get; }

Property Value

PageSize

Index

public int Index { get; }

Property Value

int
[Register("LEGAL")]
public static PageSize Legal { get; }

Property Value

PageSize

Letter

[Register("LETTER")]
public static PageSize Letter { get; }

Property Value

PageSize

US4x6

[Register("US4x6")]
public static PageSize US4x6 { get; }

Property Value

PageSize

US4x8

[Register("US4x8")]
public static PageSize US4x8 { get; }

Property Value

PageSize

US5x7

[Register("US5x7")]
public static PageSize US5x7 { get; }

Property Value

PageSize

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/pdf/model/PageSize;", "")]
public static PageSize ValueOf(string value)

Parameters

value string

Returns

PageSize

Values()

[Register("values", "()[Lio/scanbot/pdf/model/PageSize;", "")]
public static PageSize[] Values()

Returns

PageSize[]