Class PaperDocExport
The paper doc export object
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocExport : RefPaperDoc
Constructors
| Improve this Doc View SourcePaperDocExport(String, ExportFormat)
Initializes a new instance of the PaperDocExport class.
Declaration
public PaperDocExport(string docId, ExportFormat exportFormat)
Parameters
Type | Name | Description |
---|---|---|
System.String | docId | The Paper doc ID. |
ExportFormat | exportFormat | The export format |
Properties
| Improve this Doc View SourceExportFormat
Gets the export format of the paper doc export
Declaration
public ExportFormat ExportFormat { get; protected set; }
Property Value
Type | Description |
---|---|
ExportFormat |