Name | Description | |
---|---|---|
DocumentInfo Constructor | Initializes a new instance of the DocumentInfo class. |
The following tables list the members exposed by DocumentInfo.
Name | Description | |
---|---|---|
DocumentInfo Constructor | Initializes a new instance of the DocumentInfo class. |
Name | Description | |
---|---|---|
Author | Gets or sets the name of the person that created the document. | |
CreationDate | Gets or sets the creation date and time of the document. | |
Creator | Gets or sets the name of the application that created the original document. | |
Keywords | Gets or sets keywords (separated by comma) associated with the document. | |
ModifyDate | Gets or sets the date and time the document was most recently modified. | |
ObjID | Gets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
PdfDict | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper) | |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>) | |
Producer | Gets or sets the name of the application that created the document. | |
Subject | Gets or sets the subject of the document. | |
Title | Gets or sets the title of the document. |
Name | Description | |
---|---|---|
GetPdfStream | Gets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamData | Gets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamInfo | Gets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
Reset | Resets properties of this DocumentInfo object to default values. |