Class PageImageableSize

PageImageableSize class

Describes the imaged canvas for layout and rendering. This will be reported based on PageMediaSize and PageOrientation. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageimageablesize

public sealed class PageImageableSize : Property, IDocumentPrintTicketItem, IJobPrintTicketItem, 
    IPagePrintTicketItem

Constructors

NameDescription
PageImageableSize(int, int)Creates a new instance.
PageImageableSize(int, int, int, int, int, int)Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

See Also