Search Results for

    Show / Hide Table of Contents

    Class PageSizeDetail

    The PageSizeDetail structure contains advanced page information to select page size on a printer.

    Inheritance
    object
    PageSizeDetail
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class PageSizeDetail

    Constructors

    View Source

    PageSizeDetail()

    Declaration
    public PageSizeDetail()

    Properties

    View Source

    Custom

    The page size does not match predefined pages and custom size must be used

    Declaration
    public bool Custom { get; set; }
    Property Value
    Type Description
    bool
    View Source

    CustomHeight

    When Custom is true this height will be used

    Declaration
    public int CustomHeight { get; set; }
    Property Value
    Type Description
    int
    View Source

    CustomWidth

    When Custom is true this width will be used

    Declaration
    public int CustomWidth { get; set; }
    Property Value
    Type Description
    int
    View Source

    Duplex

    Duplex

    Declaration
    public int Duplex { get; set; }
    Property Value
    Type Description
    int
    View Source

    ForcePaperName

    When working with custom sizes you can force the selection of a page size by name

    Declaration
    public string ForcePaperName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Index

    Index into the PageSizeArray structure in print drivers, containing page sizes

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    int
    View Source

    PaperSource

    Paper source, this is an index, that must match an index in a specific printer driver

    Declaration
    public int PaperSource { get; set; }
    Property Value
    Type Description
    int
    View Source

    PhysicHeight

    Physical height of the page

    Declaration
    public int PhysicHeight { get; set; }
    Property Value
    Type Description
    int
    View Source

    PhysicWidth

    Physical width of the page

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