Sdílet prostřednictvím


AnnotationDocumentPaginator Konstruktory

Definice

Inicializuje novou instanci AnnotationDocumentPaginator třídy.

Přetížení

AnnotationDocumentPaginator(DocumentPaginator, Stream)

Inicializuje novou instanci AnnotationDocumentPaginator třídy na základě zadaného DocumentPaginator úložiště Streampoznámek .

AnnotationDocumentPaginator(DocumentPaginator, AnnotationStore)

Inicializuje novou instanci AnnotationDocumentPaginator třídy na základě zadané DocumentPaginator a AnnotationStore.

AnnotationDocumentPaginator(DocumentPaginator, Stream, FlowDirection)

Inicializuje novou instanci AnnotationDocumentPaginator třídy na základě zadaného DocumentPaginatorúložiště Streampoznámek a textu FlowDirection.

AnnotationDocumentPaginator(DocumentPaginator, AnnotationStore, FlowDirection)

Inicializuje novou instanci AnnotationDocumentPaginator třídy na základě zadané DocumentPaginator, AnnotationStorea text FlowDirection.

Poznámky

Třída AnnotationDocumentPaginator zabalí DocumentPaginator zadaný konstruktor AnnotationDocumentPaginator , aby přidala poznámky uživatele na stránky pro tisk.

AnnotationDocumentPaginator(DocumentPaginator, Stream)

Inicializuje novou instanci AnnotationDocumentPaginator třídy na základě zadaného DocumentPaginator úložiště Streampoznámek .

public:
 AnnotationDocumentPaginator(System::Windows::Documents::DocumentPaginator ^ originalPaginator, System::IO::Stream ^ annotationStore);
public AnnotationDocumentPaginator (System.Windows.Documents.DocumentPaginator originalPaginator, System.IO.Stream annotationStore);
new System.Windows.Annotations.AnnotationDocumentPaginator : System.Windows.Documents.DocumentPaginator * System.IO.Stream -> System.Windows.Annotations.AnnotationDocumentPaginator
Public Sub New (originalPaginator As DocumentPaginator, annotationStore As Stream)

Parametry

originalPaginator
DocumentPaginator

Dokument pro přidání tištěných poznámek.

annotationStore
Stream

Datový proud úložiště poznámek pro načtení poznámek z.

Poznámky

Ve výchozím nastavení tento konstruktor nastaví směr toku textu na LeftToRight. V případě potřeby můžete použít některé z přetížení alternativního AnnotationDocumentPaginator konstruktoru k nastavení textu FlowDirection na jiné nastavení.

Třída AnnotationDocumentPaginator zabalí DocumentPaginator zadaný konstruktor AnnotationDocumentPaginator , aby přidala poznámky uživatele na stránky pro tisk.

Platí pro

AnnotationDocumentPaginator(DocumentPaginator, AnnotationStore)

Inicializuje novou instanci AnnotationDocumentPaginator třídy na základě zadané DocumentPaginator a AnnotationStore.

public:
 AnnotationDocumentPaginator(System::Windows::Documents::DocumentPaginator ^ originalPaginator, System::Windows::Annotations::Storage::AnnotationStore ^ annotationStore);
public AnnotationDocumentPaginator (System.Windows.Documents.DocumentPaginator originalPaginator, System.Windows.Annotations.Storage.AnnotationStore annotationStore);
new System.Windows.Annotations.AnnotationDocumentPaginator : System.Windows.Documents.DocumentPaginator * System.Windows.Annotations.Storage.AnnotationStore -> System.Windows.Annotations.AnnotationDocumentPaginator
Public Sub New (originalPaginator As DocumentPaginator, annotationStore As AnnotationStore)

Parametry

originalPaginator
DocumentPaginator

Dokument pro přidání tištěných poznámek.

annotationStore
AnnotationStore

Úložiště pro načtení poznámek z.

Příklady

Následující příklad ukazuje použití konstruktoru AnnotationDocumentPaginator .

PrintDialog prntDialog = new PrintDialog();
if ((bool)prntDialog.ShowDialog())
{
    // XpsDocumentWriter.Write() may change the current
    // directory to "My Documents" or another user selected
    // directory for storing the print document.  Save the
    // current directory and restore it after calling Write().
    string docDir = Directory.GetCurrentDirectory();

    // Create and XpsDocumentWriter for the selected printer.
    XpsDocumentWriter xdw = PrintQueue.CreateXpsDocumentWriter(
                                        prntDialog.PrintQueue);

    // Print the document with annotations.
    try
    {
        xdw.Write(_annotHelper.GetAnnotationDocumentPaginator(
            _xpsDocument.GetFixedDocumentSequence()));
    }
    catch (PrintingCanceledException)
    {
        // If in the PrintDialog the user chooses a file-based
        // output, such as the "MS Office Document Image Writer",
        // the user confirms or specifies the actual output
        // filename when the xdw.write operation executes.
        // If the user clicks "Cancel" in the filename
        // dialog a PrintingCanceledException is thrown
        // which we catch here and ignore.
        // MessageBox.Show("Print output cancelled");
    }

    // Restore the original document directory to "current".
    Directory.SetCurrentDirectory(docDir);
}
Dim prntDialog As New PrintDialog()
If CBool(prntDialog.ShowDialog()) Then
    ' XpsDocumentWriter.Write() may change the current
    ' directory to "My Documents" or another user selected
    ' directory for storing the print document.  Save the
    ' current directory and restore it after calling Write().
    Dim docDir As String = Directory.GetCurrentDirectory()

    ' Create and XpsDocumentWriter for the selected printer.
    Dim xdw As XpsDocumentWriter = PrintQueue.CreateXpsDocumentWriter(prntDialog.PrintQueue)

    ' Print the document with annotations.
    Try
        xdw.Write(_annotHelper.GetAnnotationDocumentPaginator(_xpsDocument.GetFixedDocumentSequence()))
    Catch e1 As PrintingCanceledException
        ' If in the PrintDialog the user chooses a file-based
        ' output, such as the "MS Office Document Image Writer",
        ' the user confirms or specifies the actual output
        ' filename when the xdw.write operation executes.
        ' If the user clicks "Cancel" in the filename
        ' dialog a PrintingCanceledException is thrown
        ' which we catch here and ignore.
    End Try

    ' Restore the original document directory to "current".
    Directory.SetCurrentDirectory(docDir)
End If
// ------------------ GetAnnotationDocumentPaginator ------------------
/// <summary>
///   Returns a paginator for printing annotations.</summary>
/// <param name="fds">
///   The FixedDocumentSequence containing
///   the annotations to print.</param>
/// <returns>
///   An paginator for printing the document's annotations.</returns>
public AnnotationDocumentPaginator GetAnnotationDocumentPaginator(
                                            FixedDocumentSequence fds)
{
    return new AnnotationDocumentPaginator(
                   fds.DocumentPaginator, _annotService.Store);
}
' ------------------ GetAnnotationDocumentPaginator ------------------
''' <summary>
'''   Returns a paginator for printing annotations.</summary>
''' <param name="fds">
'''   The FixedDocumentSequence containing
'''   the annotations to print.</param>
''' <returns>
'''   An paginator for printing the document's annotations.</returns>
Public Function GetAnnotationDocumentPaginator(ByVal fds As FixedDocumentSequence) As AnnotationDocumentPaginator
    Return New AnnotationDocumentPaginator(fds.DocumentPaginator, _annotService.Store)
End Function

Poznámky

Ve výchozím nastavení tento konstruktor nastaví směr toku textu na LeftToRight. V případě potřeby můžete použít některé z přetížení alternativního AnnotationDocumentPaginator konstruktoru k nastavení textu FlowDirection na jiné nastavení.

Třída AnnotationDocumentPaginator zabalí DocumentPaginator zadaný konstruktor AnnotationDocumentPaginator , aby přidala poznámky uživatele na stránky pro tisk.

Platí pro

AnnotationDocumentPaginator(DocumentPaginator, Stream, FlowDirection)

Inicializuje novou instanci AnnotationDocumentPaginator třídy na základě zadaného DocumentPaginatorúložiště Streampoznámek a textu FlowDirection.

public:
 AnnotationDocumentPaginator(System::Windows::Documents::DocumentPaginator ^ originalPaginator, System::IO::Stream ^ annotationStore, System::Windows::FlowDirection flowDirection);
public AnnotationDocumentPaginator (System.Windows.Documents.DocumentPaginator originalPaginator, System.IO.Stream annotationStore, System.Windows.FlowDirection flowDirection);
new System.Windows.Annotations.AnnotationDocumentPaginator : System.Windows.Documents.DocumentPaginator * System.IO.Stream * System.Windows.FlowDirection -> System.Windows.Annotations.AnnotationDocumentPaginator
Public Sub New (originalPaginator As DocumentPaginator, annotationStore As Stream, flowDirection As FlowDirection)

Parametry

originalPaginator
DocumentPaginator

Dokument pro přidání tištěných poznámek.

annotationStore
Stream

Datový proud úložiště poznámek pro načtení poznámek z.

flowDirection
FlowDirection

Směr toku textu nebo LeftToRight RightToLeft.

Poznámky

Třída AnnotationDocumentPaginator zabalí DocumentPaginator zadaný konstruktor AnnotationDocumentPaginator , aby přidala poznámky uživatele na stránky pro tisk.

Platí pro

AnnotationDocumentPaginator(DocumentPaginator, AnnotationStore, FlowDirection)

Inicializuje novou instanci AnnotationDocumentPaginator třídy na základě zadané DocumentPaginator, AnnotationStorea text FlowDirection.

public:
 AnnotationDocumentPaginator(System::Windows::Documents::DocumentPaginator ^ originalPaginator, System::Windows::Annotations::Storage::AnnotationStore ^ annotationStore, System::Windows::FlowDirection flowDirection);
public AnnotationDocumentPaginator (System.Windows.Documents.DocumentPaginator originalPaginator, System.Windows.Annotations.Storage.AnnotationStore annotationStore, System.Windows.FlowDirection flowDirection);
new System.Windows.Annotations.AnnotationDocumentPaginator : System.Windows.Documents.DocumentPaginator * System.Windows.Annotations.Storage.AnnotationStore * System.Windows.FlowDirection -> System.Windows.Annotations.AnnotationDocumentPaginator
Public Sub New (originalPaginator As DocumentPaginator, annotationStore As AnnotationStore, flowDirection As FlowDirection)

Parametry

originalPaginator
DocumentPaginator

Dokument pro přidání tištěných poznámek.

annotationStore
AnnotationStore

Úložiště pro načtení poznámek z.

flowDirection
FlowDirection

Směr toku textu nebo LeftToRight RightToLeft.

Poznámky

Třída AnnotationDocumentPaginator zabalí DocumentPaginator zadaný konstruktor AnnotationDocumentPaginator , aby přidala poznámky uživatele na stránky pro tisk.

Platí pro