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

Number of pages in the document.

uint width

Width of the first page, in PDF points.

uint height

Height of the first page, in PDF points.

Properties

View Source

Height

Height of the first page, in PDF points.

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

Pages

Number of pages in the document.

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

Width

Width 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