PaperSize

Overview

PaperSize is a class in Aspose.PDF FOSS for .NET.

This class provides 2 methods for working with PaperSize objects in .NET programs. Available methods include: PaperSize. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Height, Kind, PaperName, Width.

Properties

NameTypeAccessDescription
PaperNamestringRead/WriteGets or sets the paper name.
WidthintRead/WriteGets or sets the width.
HeightintRead/WriteGets or sets the height.
KindintRead/WriteGets or sets the kind.

Methods

SignatureDescription
PaperSize()Calls PaperSize on this PaperSize instance.
PaperSize(name: string, width: int, height: int)

See Also