Dropbox .NET SDK
Show / Hide Table of Contents

Class ApiPdfMetadata

PDF document metadata.

Inheritance
object
ApiPdfMetadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class ApiPdfMetadata

Constructors

View Source

ApiPdfMetadata(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 Source

Height

Gets the height of the api pdf metadata

Declaration
public uint Height { get; protected set; }
Property Value
Type Description
uint
View Source

Pages

Gets the pages of the api pdf metadata

Declaration
public uint Pages { get; protected set; }
Property Value
Type Description
uint
View Source

Width

Width / height of the first page, in PDF points.

Declaration
public uint Width { get; protected set; }
Property Value
Type Description
uint
  • View Source
In this article
Back to top Dropbox .NET SDK