PaperSize()

PaperSize::PaperSize() constructor

Initializes a new instance of the System::Drawing::Printing::PaperSize class.

System::Drawing::Printing::PaperSize::PaperSize()

PaperSize::PaperSize(PaperKind, System::String, int32_t, int32_t) constructor

Initializes a new instance of the System::Drawing::Printing::PaperSize class.

System::Drawing::Printing::PaperSize::PaperSize(PaperKind kind, System::String name, int32_t width, int32_t height)

Arguments

ParameterTypeDescription
kindPaperKindThe kind of the paper.
nameSystem::StringThe name of the paper.
widthint32_tThe width of the paper, in hundredths of an inch.
heightint32_tThe height of the paper, in hundredths of an inch.

PaperSize::PaperSize(System::String, int32_t, int32_t) constructor

Initializes a new instance of the System::Drawing::Printing::PaperSize class.

System::Drawing::Printing::PaperSize::PaperSize(System::String name, int32_t width, int32_t height)

Arguments

ParameterTypeDescription
nameSystem::StringThe name of the paper.
widthint32_tThe width of the paper, in hundredths of an inch.
heightint32_tThe height of the paper, in hundredths of an inch.

See Also