Search Results for

    Show / Hide Table of Contents

    Class PdfFormat

    Inheritance
    object
    FormatBase
    FormatWithFixedExtensionBase
    DocumentFormatBase
    PdfFormat
    Inherited Members
    FormatWithFixedExtensionBase.Extension
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class PdfFormat : DocumentFormatBase

    Properties

    ExtractFullText

    Whether to extract document full text from this output.

    Declaration
    [JsonProperty("extractFullText", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool ExtractFullText { get; set; }
    Property Value
    bool

    FastWebView

    Whether to linearize the output for fast web viewing.

    Declaration
    [JsonProperty("fastWebView", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool FastWebView { get; set; }
    Property Value
    bool

    JpegQuality

    Specifies compression quality used for ReduceFileSize.

    Declaration
    [JsonProperty("jpegQuality", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public int JpegQuality { get; set; }
    Property Value
    int

    ReduceFileSize

    Whether to apply measures to decrease output size or not.

    Declaration
    [JsonProperty("reduceFileSize", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool ReduceFileSize { get; set; }
    Property Value
    bool

    Methods

    FromJson(string)

    Declaration
    public static PdfFormat FromJson(string data)
    Parameters
    string data

    Returns
    PdfFormat

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX