PageSettingsGetPropertiesPaper Method
Gets the properties (name, width, and height) of the indicated paper type.
Namespace: Aliquo.Core.ModelsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static (string PaperName, int Width, int Height) GetPropertiesPaper(
PaperSizeType paperType
)
Public Shared Function GetPropertiesPaper (
paperType As PaperSizeType
) As (PaperName As String, Width As Integer, Height As Integer)
- paperType PaperSizeType
- Paper size type.
ValueTupleString,
Int32,
Int32Name, width, and height of the indicated paper type