Class ApiPdfMetadata
PDF document metadata.
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class ApiPdfMetadata
Constructors
View SourceApiPdfMetadata(uint, uint, uint)
Initializes a new instance of the ApiPdfMetadata class.
Declaration
public ApiPdfMetadata(uint pages = 0, uint width = 0, uint height = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | pages | The pages |
| uint | width | Width / height of the first page, in PDF points. |
| uint | height | The height |
Properties
View SourceHeight
Gets the height of the api pdf metadata
Declaration
public uint Height { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |
Pages
Gets the pages of the api pdf metadata
Declaration
public uint Pages { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |
Width
Width / height of the first page, in PDF points.
Declaration
public uint Width { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |