Skip to main content

PdfDocumentHelper Methods

Provides methods used to load and save PDF documents from various sources.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetDocumentNameFromSource(Object) static
GetDocumentPathFromSource(Object) static
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IsAppropriateSource(Object) static Gets whether the object is a valid PDF document source for the PdfViewerControl.
IsSourcesEqual(Object, Object) static Indicates whether both sources contain the same document.
IsSourcesEqualAsync(Object, Object) static Indicates whether both sources contain the same document.
LoadPdfContainer(Object, PdfDocumentLoadingPolicy) static Loads a PDF container from the specified source.
LoadPdfContainer(Object, String, PdfDocumentLoadingPolicy) static Loads a PDF container from the specified source.
LoadPdfContainer(Object) static Loads a PDF container from the specified source.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SaveDocumentAsync(Object, StorageFile, String) static Saves document to the specified file.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also