DataWeb
Search Results for

    Show / Hide Table of Contents

    Class PdfOptions

    Options for Pdf conversion.

    Inheritance
    object
    PdfOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Reporting
    Assembly: DataWeb.Core.dll
    Syntax
    public class PdfOptions

    Properties

    DPI

    Gets or sets the Dpi (dots per inch) for the Pdf.

    Declaration
    public int DPI { get; set; }
    Property Value
    Type Description
    int

    FooterHtml

    Gets or sets the HTML for the footer of the Pdf.

    Declaration
    public string FooterHtml { get; set; }
    Property Value
    Type Description
    string

    FooterMaxHeight

    Gets or sets the maximum height of the footer for the Pdf.

    Declaration
    public int? FooterMaxHeight { get; set; }
    Property Value
    Type Description
    int?

    HeaderHtml

    Gets or sets the HTML for the header of the Pdf.

    Declaration
    public string HeaderHtml { get; set; }
    Property Value
    Type Description
    string

    HeaderMaxHeight

    Gets or sets the maximum height of the header for the Pdf.

    Declaration
    public int? HeaderMaxHeight { get; set; }
    Property Value
    Type Description
    int?

    JpegQuality

    Gets or sets the Jpeg quality for the Pdf.

    Declaration
    public int JpegQuality { get; set; }
    Property Value
    Type Description
    int

    MarginBottom

    Gets or sets the bottom margin for the Pdf.

    Declaration
    public int MarginBottom { get; set; }
    Property Value
    Type Description
    int

    MarginLeft

    Gets or sets the left margin for the Pdf.

    Declaration
    public int MarginLeft { get; set; }
    Property Value
    Type Description
    int

    MarginRight

    Gets or sets the right margin for the Pdf.

    Declaration
    public int MarginRight { get; set; }
    Property Value
    Type Description
    int

    MarginTop

    Gets or sets the top margin for the Pdf.

    Declaration
    public int MarginTop { get; set; }
    Property Value
    Type Description
    int

    Orientation

    Gets or sets the Pdf orientation.

    Declaration
    public PdfOrientation Orientation { get; set; }
    Property Value
    Type Description
    PdfOrientation

    PaperHeight

    Gets or sets the paper height for custom PDF paper size.

    Declaration
    public int PaperHeight { get; set; }
    Property Value
    Type Description
    int

    PaperSize

    Gets or sets the Pdf paper size.

    Declaration
    public PdfSize PaperSize { get; set; }
    Property Value
    Type Description
    PdfSize

    PaperWidth

    Gets or sets the paper width for custom PDF paper size.

    Declaration
    public int PaperWidth { get; set; }
    Property Value
    Type Description
    int

    Zoom

    Gets or sets the zoom level for the Pdf.

    Declaration
    public int Zoom { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX