PageSettingsGetPropertiesPaper Method

Gets the properties (name, width, and height) of the indicated paper type.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static (string PaperName, int Width, int Height) GetPropertiesPaper(
	PaperSizeType paperType
)

Parameters

paperType  PaperSizeType
Paper size type.

Return Value

ValueTupleString, Int32, Int32
Name, width, and height of the indicated paper type

See Also