PageSettingsExistPaper Method

Indicates whether the indicated paper type exists.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ExistPaper(
	PaperSizeType paper
)

Parameters

paper  PaperSizeType
Paper size type.

Return Value

Boolean
if the paper type exists; otherwise,

See Also