Class PageScaling

PageScaling class

Describes the scaling characteristics of the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagescaling

public sealed class PageScaling : Feature, IDocumentPrintTicketItem, IJobPrintTicketItem, 
    IPagePrintTicketItem

Constructors

NameDescription
PageScaling(params IPageScalingItem[])Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
Add(params IFeatureItem[])Adds a list of items to the end of this feature’s item list. Each one must be a Feature, an Option or a Property instance.

Other Members

NameDescription
interface IPageScalingItemThe interface of any PageScaling feature item.
class PageScalingOptionDescribes the PageScaling features options.
class ScaleOffsetAlignmentDescribes inner
class ScaleOffsetAlignmentOptionDescribes the ScaleOffsetAlignment features options. Specifies the alignment of the scaled content.

See Also