PaperSize Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensible enum for known PaperSize values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Plumsail.Models.PaperSize+PaperSizeJsonConverter))]
public readonly struct PaperSize : IEquatable<Azure.Connectors.Sdk.Plumsail.Models.PaperSize>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Plumsail.Models.PaperSize+PaperSizeJsonConverter))>]
type PaperSize = struct
Public Structure PaperSize
Implements IEquatable(Of PaperSize)
- Inheritance
-
PaperSize
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PaperSize(String) |
Initializes a new instance of the PaperSize struct. |
Properties
| Name | Description |
|---|---|
| A2 |
A2 |
| A3 |
A3 |
| A4 |
A4 |
| A4Small |
A4Small |
| A5 |
A5 |
| B4 |
B4 |
| B5 |
B5 |
| Executive |
Executive |
| Ledger |
Ledger |
| Legal |
Legal |
| Letter |
Letter |
| LetterSmall |
LetterSmall |
| Statement |
Statement |
| Tabloid |
Tabloid |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| Equals(PaperSize) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(PaperSize, PaperSize) |
Equality operator. |
| Implicit(PaperSize to String) |
Converts a PaperSize to its string representation. |
| Implicit(String to PaperSize) |
Converts a string to PaperSize. |
| Inequality(PaperSize, PaperSize) |
Inequality operator. |