Table of Contents

Class PageFit

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

Properties

FillIn

[Register("FILL_IN")]
public static PageFit FillIn { get; }

Property Value

PageFit

FitIn

[Register("FIT_IN")]
public static PageFit FitIn { get; }

Property Value

PageFit

Index

public int Index { get; }

Property Value

int

None

[Register("NONE")]
public static PageFit None { get; }

Property Value

PageFit

Stretch

[Register("STRETCH")]
public static PageFit Stretch { get; }

Property Value

PageFit

Methods

ValueOf(string)

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

Parameters

value string

Returns

PageFit

Values()

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

Returns

PageFit[]