FormatDetailsPaperSize Property | |
Gets the paper size.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public Nullable<PaperSize> PaperSize { get; set; }
Public Property PaperSize As Nullable(Of PaperSize)
Get
Set
public:
property Nullable<PaperSize> PaperSize {
Nullable<PaperSize> get ();
void set (Nullable<PaperSize> value);
}
member PaperSize : Nullable<PaperSize> with get, set
Return Value
Type:
NullablePaperSize the paper size
See Also