This documentation is archived and is not being maintained.
XpsDocument Methods
Visual Studio 2010
The XpsDocument type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddFixedDocumentSequence | Adds a root FixedDocumentSequence to the package and returns a writer. |
|
AddThumbnail | Adds a thumbnail image to the package. |
|
Close | Closes the XPS document Package. |
|
CreateXpsDocumentWriter | Creates an XpsDocumentWriter for writing an XpsDocument. |
|
Dispose | Releases the unmanaged resources that are used by the XpsDocument and optionally, releases the managed resources. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetFixedDocumentSequence | Returns the fixed-document sequence at the root of the package. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RemoveSignature | Deletes a signature from the package. |
|
SignDigitally(X509Certificate, Boolean, XpsDigSigPartAlteringRestrictions) | Signs a collection of package parts with a specified X.509 certificate. |
|
SignDigitally(X509Certificate, Boolean, XpsDigSigPartAlteringRestrictions, Guid) | Signs a collection of package parts by using a specified X.509 certificate. |
|
SignDigitally(X509Certificate, Boolean, XpsDigSigPartAlteringRestrictions, Guid, Boolean) | Signs a collection of package parts with a specified X.509 certificate. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IDisposable::Dispose | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the type-safe Dispose method instead. |
Show: