Web API Core | ComponentOne
C1.Web.Api.Document.Models Namespace / PageSettings Class / PaperSize Property

In This Topic
    PaperSize Property
    In This Topic
    Gets or sets the paper kind.
    Syntax
    'Declaration
     
    
    Public Property PaperSize As Nullable(Of PaperKind)
    public Nullable<PaperKind> PaperSize {get; set;}
    See Also