PdfPage Class

Represents a single page in a PDF document.

public sealed class PdfPage
Namespace
PdfToSvg
Package
PdfToSvg.NET (since v0.1.0)
Inheritance
System.Object PdfToSvg.PdfPage

Properties

DocumentGets the owner PdfDocument that this page is part of.
FileAttachmentsGets a collection of files attached to this page. The generated SVG might refer to an attachment with the annot:file-index attribute.

Methods

SaveAsSvg(Stream, SvgConversionOptions, CancellationToken)Saves the page as an SVG file.
SaveAsSvg(String, SvgConversionOptions, CancellationToken)Saves the page as an SVG file.
SaveAsSvgAsync(Stream, SvgConversionOptions, CancellationToken)Saves the page as an SVG file asynchronously.
SaveAsSvgAsync(String, SvgConversionOptions, CancellationToken)Saves the page as an SVG file asynchronously.
ToSvgStringConverts this page to an SVG string. The string can for example be saved to a file, or inlined in HTML.
ToSvgStringAsyncConverts this page to an SVG string asynchronously. The string can for example be saved to a file, or inlined in HTML.

See Also

PdfToSvg Namespace