Table of Contents

Class PageFit

Namespace
IO.Scanbot.Pdf.Model
Assembly
DocumentSDK.NET.Droid.dll
public sealed class PageFit : Enum
Inheritance
PageFit

Properties

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

FillIn

public static PageFit FillIn { get; }

Property Value

PageFit

FitIn

public static PageFit FitIn { get; }

Property Value

PageFit

None

public static PageFit None { get; }

Property Value

PageFit

Stretch

public static PageFit Stretch { get; }

Property Value

PageFit

Methods

FromJson(string)

public static PageFit FromJson(string json)

Parameters

json string

Returns

PageFit

ToJson()

public string ToJson()

Returns

string

ValueOf(string)

public static PageFit ValueOf(string value)

Parameters

value string

Returns

PageFit

Values()

public static PageFit[] Values()

Returns

PageFit[]