PdfDocument Klasse

Definition

Stellt ein PDF-Dokument (Portable Document Format) dar.

public ref class PdfDocument sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PdfDocument final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PdfDocument
Public NotInheritable Class PdfDocument
Vererbung
Object Platform::Object IInspectable PdfDocument
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Methoden dieser Klasse geben einen STG_E_READFAULT Fehler zurück, wenn beim Lesen des PDF-Dokuments (Portable Document Format) ein Problem vorliegt.

Eigenschaften

IsPasswordProtected

Ruft ab, ob das PDF-Dokument (Portable Document Format) kennwortgeschützt ist.

PageCount

Ruft die Anzahl der Seiten im PDF-Dokument (Portable Document Format) ab.

Methoden

GetPage(UInt32)

Ruft eine Seite aus einem PDF-Dokument (Portable Document Format) ab.

LoadFromFileAsync(IStorageFile)

Gibt einen asynchronen Vorgang aus. Nach Abschluss des Vorgangs wird ein PdfDocument-Objekt zurückgegeben, das ein PDF-Dokument (Portable Document Format) darstellt.

LoadFromFileAsync(IStorageFile, String)

Gibt einen asynchronen Vorgang aus. Nach Abschluss des Vorgangs wird ein PdfDocument-Objekt zurückgegeben, das ein PDF-Dokument (Portable Document Format) darstellt. Verwenden Sie diese Methode, wenn das PDF-Dokument (Portable Document Format) kennwortgeschützt ist.

LoadFromStreamAsync(IRandomAccessStream)

Erstellt ein PdfDocument-Objekt , das ein PDF-Dokument (Portable Document Format) darstellt, aus einem Datenstrom, der ein PDF-Dokument (Portable Document Format) im Dateisystem darstellt.

LoadFromStreamAsync(IRandomAccessStream, String)

Erstellt ein PdfDocument-Objekt , das ein PDF-Dokument (Portable Document Format) darstellt, aus einem Datenstrom, der ein PDF-Dokument (Portable Document Format) im Dateisystem darstellt. Verwenden Sie diese Methode, wenn das PDF-Dokument (Portable Document Format) kennwortgeschützt ist.

Gilt für:

Weitere Informationen