From eadce42c532ae4a3e96ca66a9c7894540b2e0bc1 Mon Sep 17 00:00:00 2001 From: yevgen-nykytenko Date: Tue, 2 Jul 2024 04:23:08 -0500 Subject: [PATCH] Update content 2024-07-02 04:23:08 --- english/net/_index.md | 2 +- .../argb32color/_index.md | 2 +- .../createfilestream/_index.md | 2 +- .../createpagestream/_index.md | 2 +- .../createresourcestream/_index.md | 2 +- .../createresourceurl/_index.md | 2 +- .../ifilestreamfactory/_index.md | 2 +- .../ipagestreamfactory/_index.md | 2 +- .../iresourcestreamfactory/_index.md | 2 +- .../releasefilestream/_index.md | 2 +- .../releasepagestream/_index.md | 2 +- .../releaseresourcestream/_index.md | 2 +- .../consolelogger/_index.md | 2 +- .../filelogger/_index.md | 2 +- .../ilogger/_index.md | 2 +- .../archiveoptions/_index.md | 2 +- .../baseviewoptions/_index.md | 2 +- .../cadoptions/_index.md | 2 +- .../emailoptions/_index.md | 2 +- .../groupdocs.viewer.options/field/_index.md | 2 +- .../filename/_index.md | 2 +- .../htmlviewoptions/_index.md | 2 +- .../imagequality/_index.md | 2 +- .../imaxsizeoptions/_index.md | 2 +- .../jpgviewoptions/_index.md | 2 +- .../loadoptions/_index.md | 2 +- .../mailstorageoptions/_index.md | 2 +- .../outlookoptions/_index.md | 2 +- .../pagesize/_index.md | 2 +- .../pdfoptimizationoptions/_index.md | 4 ++- .../removeunusedobjects/_index.md | 23 +++++++++++++ .../removeunusedstreams/_index.md | 23 +++++++++++++ .../resizeimages/_index.md | 2 +- .../subsetfonts/_index.md | 2 +- .../pdfoptions/_index.md | 3 +- .../pdfoptions/fixlinkissue/_index.md | 23 +++++++++++++ .../pdfoptions/imagequality/_index.md | 2 +- .../renderoriginalpagesize/_index.md | 2 +- .../pdfoptions/rendertextasimage/_index.md | 2 +- .../pdfoptions/wrapimagesinsvg/_index.md | 2 +- .../pdfviewoptions/_index.md | 2 +- .../permissions/_index.md | 2 +- .../pngviewoptions/_index.md | 2 +- .../position/_index.md | 2 +- .../presentationoptions/_index.md | 2 +- .../projectmanagementoptions/_index.md | 2 +- .../resolution/_index.md | 2 +- .../rotation/_index.md | 2 +- .../security/_index.md | 2 +- .../groupdocs.viewer.options/size/_index.md | 2 +- .../spreadsheetoptions/_index.md | 2 +- .../textoptions/_index.md | 2 +- .../textoverflowmode/_index.md | 2 +- .../groupdocs.viewer.options/tile/_index.md | 2 +- .../timeunit/_index.md | 2 +- .../viewinfooptions/_index.md | 2 +- .../viewoptions/_index.md | 2 +- .../visiorenderingoptions/_index.md | 2 +- .../watermark/_index.md | 2 +- .../webdocumentoptions/_index.md | 2 +- .../wordprocessingoptions/_index.md | 2 +- .../archiveviewinfo/_index.md | 2 +- .../attachment/_index.md | 2 +- .../cadviewinfo/_index.md | 2 +- .../character/_index.md | 2 +- .../fileinfo/_index.md | 2 +- .../groupdocs.viewer.results/layer/_index.md | 2 +- .../groupdocs.viewer.results/layout/_index.md | 2 +- .../groupdocs.viewer.results/line/_index.md | 2 +- .../lotusnotesviewinfo/_index.md | 2 +- .../mboxviewinfo/_index.md | 2 +- .../outlookviewinfo/_index.md | 2 +- .../groupdocs.viewer.results/page/_index.md | 2 +- .../pdfviewinfo/_index.md | 2 +- .../projectmanagementviewinfo/_index.md | 2 +- .../resource/_index.md | 2 +- .../textelement-1/_index.md | 2 +- .../viewinfo/_index.md | 2 +- .../groupdocs.viewer.results/word/_index.md | 2 +- english/net/groupdocs.viewer/_index.md | 5 +++ .../groupdocs.viewer/iauxdisposable/_index.md | 34 +++++++++++++++++++ .../iauxdisposable/disposed/_index.md | 23 +++++++++++++ .../iauxdisposable/isdisposed/_index.md | 23 +++++++++++++ .../net/groupdocs.viewer/license/_index.md | 2 +- .../net/groupdocs.viewer/metered/_index.md | 2 +- english/net/groupdocs.viewer/viewer/_index.md | 2 +- .../groupdocs.viewer/viewersettings/_index.md | 2 +- 87 files changed, 237 insertions(+), 80 deletions(-) create mode 100644 english/net/groupdocs.viewer.options/pdfoptimizationoptions/removeunusedobjects/_index.md create mode 100644 english/net/groupdocs.viewer.options/pdfoptimizationoptions/removeunusedstreams/_index.md create mode 100644 english/net/groupdocs.viewer.options/pdfoptions/fixlinkissue/_index.md create mode 100644 english/net/groupdocs.viewer/iauxdisposable/_index.md create mode 100644 english/net/groupdocs.viewer/iauxdisposable/disposed/_index.md create mode 100644 english/net/groupdocs.viewer/iauxdisposable/isdisposed/_index.md diff --git a/english/net/_index.md b/english/net/_index.md index 3765f47ef..d24517883 100644 --- a/english/net/_index.md +++ b/english/net/_index.md @@ -5,7 +5,7 @@ weight: 10 url: /net/ description: GroupDocs.Viewer for .NET API References contain examples, code snippets, and API documentation. It provides namespaces, classes, interfaces, and other API details. is_root: true -version: "24.5" +version: "24.6" --- ## Namespaces diff --git a/english/net/groupdocs.viewer.drawing/argb32color/_index.md b/english/net/groupdocs.viewer.drawing/argb32color/_index.md index c52b19ac9..c6f45215c 100644 --- a/english/net/groupdocs.viewer.drawing/argb32color/_index.md +++ b/english/net/groupdocs.viewer.drawing/argb32color/_index.md @@ -11,7 +11,7 @@ url: /net/groupdocs.viewer.drawing/argb32color/ Represents 32-bit color in ARGB format, with 8 bits per every channel (Alpha, Red, Green, Blue). Supports transparency. ```csharp -public struct Argb32Color : IEquatable<>, IEquatable, IEquatable +public struct Argb32Color : IEquatable<>, IEquatable, IEquatable ``` ## Properties diff --git a/english/net/groupdocs.viewer.interfaces/createfilestream/_index.md b/english/net/groupdocs.viewer.interfaces/createfilestream/_index.md index 7fce72fa8..d22108cf6 100644 --- a/english/net/groupdocs.viewer.interfaces/createfilestream/_index.md +++ b/english/net/groupdocs.viewer.interfaces/createfilestream/_index.md @@ -3,7 +3,7 @@ title: CreateFileStream second_title: GroupDocs.Viewer for .NET API Reference description: Represents the method that instantiates stream used to write output file data. type: docs -weight: 220 +weight: 230 url: /net/groupdocs.viewer.interfaces/createfilestream/ --- ## CreateFileStream delegate diff --git a/english/net/groupdocs.viewer.interfaces/createpagestream/_index.md b/english/net/groupdocs.viewer.interfaces/createpagestream/_index.md index 6b6353e0f..417dace61 100644 --- a/english/net/groupdocs.viewer.interfaces/createpagestream/_index.md +++ b/english/net/groupdocs.viewer.interfaces/createpagestream/_index.md @@ -3,7 +3,7 @@ title: CreatePageStream second_title: GroupDocs.Viewer for .NET API Reference description: Represents the method that instantiates stream used to write output page data. type: docs -weight: 230 +weight: 240 url: /net/groupdocs.viewer.interfaces/createpagestream/ --- ## CreatePageStream delegate diff --git a/english/net/groupdocs.viewer.interfaces/createresourcestream/_index.md b/english/net/groupdocs.viewer.interfaces/createresourcestream/_index.md index a33565e0c..933bf4b1e 100644 --- a/english/net/groupdocs.viewer.interfaces/createresourcestream/_index.md +++ b/english/net/groupdocs.viewer.interfaces/createresourcestream/_index.md @@ -3,7 +3,7 @@ title: CreateResourceStream second_title: GroupDocs.Viewer for .NET API Reference description: Represents the method that instantiates stream used to write output HTML resource data. type: docs -weight: 240 +weight: 250 url: /net/groupdocs.viewer.interfaces/createresourcestream/ --- ## CreateResourceStream delegate diff --git a/english/net/groupdocs.viewer.interfaces/createresourceurl/_index.md b/english/net/groupdocs.viewer.interfaces/createresourceurl/_index.md index 5c1b35e2b..d0fcb5299 100644 --- a/english/net/groupdocs.viewer.interfaces/createresourceurl/_index.md +++ b/english/net/groupdocs.viewer.interfaces/createresourceurl/_index.md @@ -3,7 +3,7 @@ title: CreateResourceUrl second_title: GroupDocs.Viewer for .NET API Reference description: Represents the method that creates URL for HTML resource. type: docs -weight: 250 +weight: 260 url: /net/groupdocs.viewer.interfaces/createresourceurl/ --- ## CreateResourceUrl delegate diff --git a/english/net/groupdocs.viewer.interfaces/ifilestreamfactory/_index.md b/english/net/groupdocs.viewer.interfaces/ifilestreamfactory/_index.md index 2e3c1605f..f9aa3df70 100644 --- a/english/net/groupdocs.viewer.interfaces/ifilestreamfactory/_index.md +++ b/english/net/groupdocs.viewer.interfaces/ifilestreamfactory/_index.md @@ -3,7 +3,7 @@ title: IFileStreamFactory second_title: GroupDocs.Viewer for .NET API Reference description: Defines the methods that are required for instantiating and releasing output file stream. type: docs -weight: 260 +weight: 270 url: /net/groupdocs.viewer.interfaces/ifilestreamfactory/ --- ## IFileStreamFactory interface diff --git a/english/net/groupdocs.viewer.interfaces/ipagestreamfactory/_index.md b/english/net/groupdocs.viewer.interfaces/ipagestreamfactory/_index.md index 662c547c0..3f0ed6742 100644 --- a/english/net/groupdocs.viewer.interfaces/ipagestreamfactory/_index.md +++ b/english/net/groupdocs.viewer.interfaces/ipagestreamfactory/_index.md @@ -3,7 +3,7 @@ title: IPageStreamFactory second_title: GroupDocs.Viewer for .NET API Reference description: Defines the methods that are required for instantiating and releasing output page stream. type: docs -weight: 270 +weight: 280 url: /net/groupdocs.viewer.interfaces/ipagestreamfactory/ --- ## IPageStreamFactory interface diff --git a/english/net/groupdocs.viewer.interfaces/iresourcestreamfactory/_index.md b/english/net/groupdocs.viewer.interfaces/iresourcestreamfactory/_index.md index 2705c3c2a..fc1308102 100644 --- a/english/net/groupdocs.viewer.interfaces/iresourcestreamfactory/_index.md +++ b/english/net/groupdocs.viewer.interfaces/iresourcestreamfactory/_index.md @@ -3,7 +3,7 @@ title: IResourceStreamFactory second_title: GroupDocs.Viewer for .NET API Reference description: Defines the methods that are required for creating resource URL instantiating and releasing output HTML resource stream. type: docs -weight: 280 +weight: 290 url: /net/groupdocs.viewer.interfaces/iresourcestreamfactory/ --- ## IResourceStreamFactory interface diff --git a/english/net/groupdocs.viewer.interfaces/releasefilestream/_index.md b/english/net/groupdocs.viewer.interfaces/releasefilestream/_index.md index 0c023559d..96f5c7773 100644 --- a/english/net/groupdocs.viewer.interfaces/releasefilestream/_index.md +++ b/english/net/groupdocs.viewer.interfaces/releasefilestream/_index.md @@ -3,7 +3,7 @@ title: ReleaseFileStream second_title: GroupDocs.Viewer for .NET API Reference description: Releases stream which was instantiated by the method associated with CreateFileStream./createfilestream delegate. type: docs -weight: 290 +weight: 300 url: /net/groupdocs.viewer.interfaces/releasefilestream/ --- ## ReleaseFileStream delegate diff --git a/english/net/groupdocs.viewer.interfaces/releasepagestream/_index.md b/english/net/groupdocs.viewer.interfaces/releasepagestream/_index.md index 6f94c685d..82008f12a 100644 --- a/english/net/groupdocs.viewer.interfaces/releasepagestream/_index.md +++ b/english/net/groupdocs.viewer.interfaces/releasepagestream/_index.md @@ -3,7 +3,7 @@ title: ReleasePageStream second_title: GroupDocs.Viewer for .NET API Reference description: Releases stream which was instantiated by the method associated with CreatePageStream./createpagestream delegate. type: docs -weight: 300 +weight: 310 url: /net/groupdocs.viewer.interfaces/releasepagestream/ --- ## ReleasePageStream delegate diff --git a/english/net/groupdocs.viewer.interfaces/releaseresourcestream/_index.md b/english/net/groupdocs.viewer.interfaces/releaseresourcestream/_index.md index 04e7b6c91..74f8dd3b6 100644 --- a/english/net/groupdocs.viewer.interfaces/releaseresourcestream/_index.md +++ b/english/net/groupdocs.viewer.interfaces/releaseresourcestream/_index.md @@ -3,7 +3,7 @@ title: ReleaseResourceStream second_title: GroupDocs.Viewer for .NET API Reference description: Releases stream which was instantiated by the method associated with CreateResourceStream./createresourcestream delegate. type: docs -weight: 310 +weight: 320 url: /net/groupdocs.viewer.interfaces/releaseresourcestream/ --- ## ReleaseResourceStream delegate diff --git a/english/net/groupdocs.viewer.logging/consolelogger/_index.md b/english/net/groupdocs.viewer.logging/consolelogger/_index.md index bb6bd0c5b..58a88b056 100644 --- a/english/net/groupdocs.viewer.logging/consolelogger/_index.md +++ b/english/net/groupdocs.viewer.logging/consolelogger/_index.md @@ -3,7 +3,7 @@ title: ConsoleLogger second_title: GroupDocs.Viewer for .NET API Reference description: Writes log messages to the console. type: docs -weight: 330 +weight: 340 url: /net/groupdocs.viewer.logging/consolelogger/ --- ## ConsoleLogger class diff --git a/english/net/groupdocs.viewer.logging/filelogger/_index.md b/english/net/groupdocs.viewer.logging/filelogger/_index.md index 961e0d00f..b9ba868c4 100644 --- a/english/net/groupdocs.viewer.logging/filelogger/_index.md +++ b/english/net/groupdocs.viewer.logging/filelogger/_index.md @@ -3,7 +3,7 @@ title: FileLogger second_title: GroupDocs.Viewer for .NET API Reference description: Writes log messages to the file. type: docs -weight: 340 +weight: 350 url: /net/groupdocs.viewer.logging/filelogger/ --- ## FileLogger class diff --git a/english/net/groupdocs.viewer.logging/ilogger/_index.md b/english/net/groupdocs.viewer.logging/ilogger/_index.md index 34d5910f4..cd5a5ad43 100644 --- a/english/net/groupdocs.viewer.logging/ilogger/_index.md +++ b/english/net/groupdocs.viewer.logging/ilogger/_index.md @@ -3,7 +3,7 @@ title: ILogger second_title: GroupDocs.Viewer for .NET API Reference description: Defines the methods that are used to perform logging. type: docs -weight: 350 +weight: 360 url: /net/groupdocs.viewer.logging/ilogger/ --- ## ILogger interface diff --git a/english/net/groupdocs.viewer.options/archiveoptions/_index.md b/english/net/groupdocs.viewer.options/archiveoptions/_index.md index 4dd4e6495..f1d37610c 100644 --- a/english/net/groupdocs.viewer.options/archiveoptions/_index.md +++ b/english/net/groupdocs.viewer.options/archiveoptions/_index.md @@ -3,7 +3,7 @@ title: ArchiveOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering the archive files. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderarchivefiles/. type: docs -weight: 370 +weight: 380 url: /net/groupdocs.viewer.options/archiveoptions/ --- ## ArchiveOptions class diff --git a/english/net/groupdocs.viewer.options/baseviewoptions/_index.md b/english/net/groupdocs.viewer.options/baseviewoptions/_index.md index 9043dfaa9..e706eab74 100644 --- a/english/net/groupdocs.viewer.options/baseviewoptions/_index.md +++ b/english/net/groupdocs.viewer.options/baseviewoptions/_index.md @@ -3,7 +3,7 @@ title: BaseViewOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains the base rendering options. type: docs -weight: 380 +weight: 390 url: /net/groupdocs.viewer.options/baseviewoptions/ --- ## BaseViewOptions class diff --git a/english/net/groupdocs.viewer.options/cadoptions/_index.md b/english/net/groupdocs.viewer.options/cadoptions/_index.md index 8a95c22cc..2ff891734 100644 --- a/english/net/groupdocs.viewer.options/cadoptions/_index.md +++ b/english/net/groupdocs.viewer.options/cadoptions/_index.md @@ -3,7 +3,7 @@ title: CadOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering CAD drawings. For more information and code examples see the Render CAD drawings and models as HTML PDF and image fileshttps//docs.groupdocs.com/viewer/net/rendercaddrawingsandmodels/ and Specify rendering options for CAD fileshttps//docs.groupdocs.com/viewer/net/specifycadrenderingoptions/. type: docs -weight: 390 +weight: 400 url: /net/groupdocs.viewer.options/cadoptions/ --- ## CadOptions class diff --git a/english/net/groupdocs.viewer.options/emailoptions/_index.md b/english/net/groupdocs.viewer.options/emailoptions/_index.md index 6a3d9911f..d0ddea232 100644 --- a/english/net/groupdocs.viewer.options/emailoptions/_index.md +++ b/english/net/groupdocs.viewer.options/emailoptions/_index.md @@ -3,7 +3,7 @@ title: EmailOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering email messages. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderemailmessages/. type: docs -weight: 400 +weight: 410 url: /net/groupdocs.viewer.options/emailoptions/ --- ## EmailOptions class diff --git a/english/net/groupdocs.viewer.options/field/_index.md b/english/net/groupdocs.viewer.options/field/_index.md index 13849dfc3..19205a426 100644 --- a/english/net/groupdocs.viewer.options/field/_index.md +++ b/english/net/groupdocs.viewer.options/field/_index.md @@ -3,7 +3,7 @@ title: Field second_title: GroupDocs.Viewer for .NET API Reference description: Represents email message field e.g. From To Subject etc. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderemailmessages/renamefieldsinthemessageheader. type: docs -weight: 410 +weight: 420 url: /net/groupdocs.viewer.options/field/ --- ## Field class diff --git a/english/net/groupdocs.viewer.options/filename/_index.md b/english/net/groupdocs.viewer.options/filename/_index.md index 5d0c90369..ac33ebf69 100644 --- a/english/net/groupdocs.viewer.options/filename/_index.md +++ b/english/net/groupdocs.viewer.options/filename/_index.md @@ -3,7 +3,7 @@ title: FileName second_title: GroupDocs.Viewer for .NET API Reference description: The filename. type: docs -weight: 420 +weight: 430 url: /net/groupdocs.viewer.options/filename/ --- ## FileName class diff --git a/english/net/groupdocs.viewer.options/htmlviewoptions/_index.md b/english/net/groupdocs.viewer.options/htmlviewoptions/_index.md index 0bca368a0..695aed1b0 100644 --- a/english/net/groupdocs.viewer.options/htmlviewoptions/_index.md +++ b/english/net/groupdocs.viewer.options/htmlviewoptions/_index.md @@ -3,7 +3,7 @@ title: HtmlViewOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering documents into HTML format. For details see the topichttps//docs.groupdocs.com/viewer/net/renderingtohtml/ and its children. type: docs -weight: 430 +weight: 440 url: /net/groupdocs.viewer.options/htmlviewoptions/ --- ## HtmlViewOptions class diff --git a/english/net/groupdocs.viewer.options/imagequality/_index.md b/english/net/groupdocs.viewer.options/imagequality/_index.md index 61fa42afe..e27ed67f9 100644 --- a/english/net/groupdocs.viewer.options/imagequality/_index.md +++ b/english/net/groupdocs.viewer.options/imagequality/_index.md @@ -3,7 +3,7 @@ title: ImageQuality second_title: GroupDocs.Viewer for .NET API Reference description: The quality of images in the output HTML contained by the PDF documents. type: docs -weight: 450 +weight: 460 url: /net/groupdocs.viewer.options/imagequality/ --- ## ImageQuality enumeration diff --git a/english/net/groupdocs.viewer.options/imaxsizeoptions/_index.md b/english/net/groupdocs.viewer.options/imaxsizeoptions/_index.md index 02a852810..9d770ad84 100644 --- a/english/net/groupdocs.viewer.options/imaxsizeoptions/_index.md +++ b/english/net/groupdocs.viewer.options/imaxsizeoptions/_index.md @@ -3,7 +3,7 @@ title: IMaxSizeOptions second_title: GroupDocs.Viewer for .NET API Reference description: Limits of image size options interface. type: docs -weight: 440 +weight: 450 url: /net/groupdocs.viewer.options/imaxsizeoptions/ --- ## IMaxSizeOptions interface diff --git a/english/net/groupdocs.viewer.options/jpgviewoptions/_index.md b/english/net/groupdocs.viewer.options/jpgviewoptions/_index.md index 07a850147..eb681c2ca 100644 --- a/english/net/groupdocs.viewer.options/jpgviewoptions/_index.md +++ b/english/net/groupdocs.viewer.options/jpgviewoptions/_index.md @@ -3,7 +3,7 @@ title: JpgViewOptions second_title: GroupDocs.Viewer for .NET API Reference description: Provides options for rendering documents into JPG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children. type: docs -weight: 460 +weight: 470 url: /net/groupdocs.viewer.options/jpgviewoptions/ --- ## JpgViewOptions class diff --git a/english/net/groupdocs.viewer.options/loadoptions/_index.md b/english/net/groupdocs.viewer.options/loadoptions/_index.md index 548652b5a..fc118b748 100644 --- a/english/net/groupdocs.viewer.options/loadoptions/_index.md +++ b/english/net/groupdocs.viewer.options/loadoptions/_index.md @@ -3,7 +3,7 @@ title: LoadOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options that used to open the file. For details see this pagehttps//docs.groupdocs.com/viewer/net/loading/ and its children. type: docs -weight: 470 +weight: 480 url: /net/groupdocs.viewer.options/loadoptions/ --- ## LoadOptions class diff --git a/english/net/groupdocs.viewer.options/mailstorageoptions/_index.md b/english/net/groupdocs.viewer.options/mailstorageoptions/_index.md index 723f57c05..1560f1fb1 100644 --- a/english/net/groupdocs.viewer.options/mailstorageoptions/_index.md +++ b/english/net/groupdocs.viewer.options/mailstorageoptions/_index.md @@ -3,7 +3,7 @@ title: MailStorageOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering Mail storage Lotus Notes MBox data files. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderlotusnotesdatabasefiles/specifyrenderingoptions. type: docs -weight: 480 +weight: 490 url: /net/groupdocs.viewer.options/mailstorageoptions/ --- ## MailStorageOptions class diff --git a/english/net/groupdocs.viewer.options/outlookoptions/_index.md b/english/net/groupdocs.viewer.options/outlookoptions/_index.md index 1f23e0735..df4d91c44 100644 --- a/english/net/groupdocs.viewer.options/outlookoptions/_index.md +++ b/english/net/groupdocs.viewer.options/outlookoptions/_index.md @@ -3,7 +3,7 @@ title: OutlookOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering Outlook data files. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderlotusnotesdatabasefiles/specifyrenderingoptions. type: docs -weight: 490 +weight: 500 url: /net/groupdocs.viewer.options/outlookoptions/ --- ## OutlookOptions class diff --git a/english/net/groupdocs.viewer.options/pagesize/_index.md b/english/net/groupdocs.viewer.options/pagesize/_index.md index 16511364a..367d93468 100644 --- a/english/net/groupdocs.viewer.options/pagesize/_index.md +++ b/english/net/groupdocs.viewer.options/pagesize/_index.md @@ -3,7 +3,7 @@ title: PageSize second_title: GroupDocs.Viewer for .NET API Reference description: The size of the page. type: docs -weight: 500 +weight: 510 url: /net/groupdocs.viewer.options/pagesize/ --- ## PageSize enumeration diff --git a/english/net/groupdocs.viewer.options/pdfoptimizationoptions/_index.md b/english/net/groupdocs.viewer.options/pdfoptimizationoptions/_index.md index b84295a25..5c2a4ac16 100644 --- a/english/net/groupdocs.viewer.options/pdfoptimizationoptions/_index.md +++ b/english/net/groupdocs.viewer.options/pdfoptimizationoptions/_index.md @@ -3,7 +3,7 @@ title: PdfOptimizationOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains the PDF optimization options to apply to the output PDF file. For details and code samples see this pagehttps//docs.groupdocs.com/viewer/net/optimizationpdfoptions/ and its children. type: docs -weight: 510 +weight: 520 url: /net/groupdocs.viewer.options/pdfoptimizationoptions/ --- ## PdfOptimizationOptions class @@ -32,6 +32,8 @@ public class PdfOptimizationOptions | [OptimizeSpreadsheets](../../groupdocs.viewer.options/pdfoptimizationoptions/optimizespreadsheets) { get; set; } | Enables optimization of spreadsheets in the PDF files. | | [RemoveAnnotations](../../groupdocs.viewer.options/pdfoptimizationoptions/removeannotations) { get; set; } | Enables removing annotation from the output PDF file. | | [RemoveFormFields](../../groupdocs.viewer.options/pdfoptimizationoptions/removeformfields) { get; set; } | Enables removing form fields from a PDF file. | +| [RemoveUnusedObjects](../../groupdocs.viewer.options/pdfoptimizationoptions/removeunusedobjects) { get; set; } | Removes unused (orphaned) objects from a PDF file, which are placed in the PDF document, but are not referenced from resource dictionaries of any page and thus are not used at all. Activating this property (`true`) will decrease the output PDF document size. By default is disabled (`false`). | +| [RemoveUnusedStreams](../../groupdocs.viewer.options/pdfoptimizationoptions/removeunusedstreams) { get; set; } | Removes unused (orphaned) streams from a PDF file, which are still referenced from the resource dictionary of the page, but actually are never used in the page contents. By default is disabled (`false`), its enabling (`true`) will decrease the output PDF document size. | | [ResizeImages](../../groupdocs.viewer.options/pdfoptimizationoptions/resizeimages) { get; set; } | Enables setting the maximum resolution in the output PDF file. | | [SubsetFonts](../../groupdocs.viewer.options/pdfoptimizationoptions/subsetfonts) { get; set; } | Subsets fonts in the output PDF file. | diff --git a/english/net/groupdocs.viewer.options/pdfoptimizationoptions/removeunusedobjects/_index.md b/english/net/groupdocs.viewer.options/pdfoptimizationoptions/removeunusedobjects/_index.md new file mode 100644 index 000000000..757860210 --- /dev/null +++ b/english/net/groupdocs.viewer.options/pdfoptimizationoptions/removeunusedobjects/_index.md @@ -0,0 +1,23 @@ +--- +title: RemoveUnusedObjects +second_title: GroupDocs.Viewer for .NET API Reference +description: Removes unused orphaned objects from a PDF file which are placed in the PDF document but are not referenced from resource dictionaries of any page and thus are not used at all. Activating this property true will decrease the output PDF document size. By default is disabled false. +type: docs +weight: 100 +url: /net/groupdocs.viewer.options/pdfoptimizationoptions/removeunusedobjects/ +--- +## PdfOptimizationOptions.RemoveUnusedObjects property + +Removes unused (orphaned) objects from a PDF file, which are placed in the PDF document, but are not referenced from resource dictionaries of any page and thus are not used at all. Activating this property (`true`) will decrease the output PDF document size. By default is disabled (`false`). + +```csharp +public bool RemoveUnusedObjects { get; set; } +``` + +### See Also + +* class [PdfOptimizationOptions](../../pdfoptimizationoptions) +* namespace [GroupDocs.Viewer.Options](../../../groupdocs.viewer.options) +* assembly [GroupDocs.Viewer](../../../) + + diff --git a/english/net/groupdocs.viewer.options/pdfoptimizationoptions/removeunusedstreams/_index.md b/english/net/groupdocs.viewer.options/pdfoptimizationoptions/removeunusedstreams/_index.md new file mode 100644 index 000000000..e2a59afd7 --- /dev/null +++ b/english/net/groupdocs.viewer.options/pdfoptimizationoptions/removeunusedstreams/_index.md @@ -0,0 +1,23 @@ +--- +title: RemoveUnusedStreams +second_title: GroupDocs.Viewer for .NET API Reference +description: Removes unused orphaned streams from a PDF file which are still referenced from the resource dictionary of the page but actually are never used in the page contents. By default is disabled false its enabling true will decrease the output PDF document size. +type: docs +weight: 110 +url: /net/groupdocs.viewer.options/pdfoptimizationoptions/removeunusedstreams/ +--- +## PdfOptimizationOptions.RemoveUnusedStreams property + +Removes unused (orphaned) streams from a PDF file, which are still referenced from the resource dictionary of the page, but actually are never used in the page contents. By default is disabled (`false`), its enabling (`true`) will decrease the output PDF document size. + +```csharp +public bool RemoveUnusedStreams { get; set; } +``` + +### See Also + +* class [PdfOptimizationOptions](../../pdfoptimizationoptions) +* namespace [GroupDocs.Viewer.Options](../../../groupdocs.viewer.options) +* assembly [GroupDocs.Viewer](../../../) + + diff --git a/english/net/groupdocs.viewer.options/pdfoptimizationoptions/resizeimages/_index.md b/english/net/groupdocs.viewer.options/pdfoptimizationoptions/resizeimages/_index.md index 34a5afea6..485840f2e 100644 --- a/english/net/groupdocs.viewer.options/pdfoptimizationoptions/resizeimages/_index.md +++ b/english/net/groupdocs.viewer.options/pdfoptimizationoptions/resizeimages/_index.md @@ -3,7 +3,7 @@ title: ResizeImages second_title: GroupDocs.Viewer for .NET API Reference description: Enables setting the maximum resolution in the output PDF file. type: docs -weight: 100 +weight: 120 url: /net/groupdocs.viewer.options/pdfoptimizationoptions/resizeimages/ --- ## PdfOptimizationOptions.ResizeImages property diff --git a/english/net/groupdocs.viewer.options/pdfoptimizationoptions/subsetfonts/_index.md b/english/net/groupdocs.viewer.options/pdfoptimizationoptions/subsetfonts/_index.md index 70c33d3c5..72cfc4a1b 100644 --- a/english/net/groupdocs.viewer.options/pdfoptimizationoptions/subsetfonts/_index.md +++ b/english/net/groupdocs.viewer.options/pdfoptimizationoptions/subsetfonts/_index.md @@ -3,7 +3,7 @@ title: SubsetFonts second_title: GroupDocs.Viewer for .NET API Reference description: Subsets fonts in the output PDF file. type: docs -weight: 110 +weight: 130 url: /net/groupdocs.viewer.options/pdfoptimizationoptions/subsetfonts/ --- ## PdfOptimizationOptions.SubsetFonts property diff --git a/english/net/groupdocs.viewer.options/pdfoptions/_index.md b/english/net/groupdocs.viewer.options/pdfoptions/_index.md index 04d333598..ad47b4ff4 100644 --- a/english/net/groupdocs.viewer.options/pdfoptions/_index.md +++ b/english/net/groupdocs.viewer.options/pdfoptions/_index.md @@ -3,7 +3,7 @@ title: PdfOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering to PDF documents. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderpdfdocuments/. type: docs -weight: 520 +weight: 530 url: /net/groupdocs.viewer.options/pdfoptions/ --- ## PdfOptions class @@ -30,6 +30,7 @@ public class PdfOptions | [EnableFontHinting](../../groupdocs.viewer.options/pdfoptions/enablefonthinting) { get; set; } | Enables font hinting. | | [EnableLayeredRendering](../../groupdocs.viewer.options/pdfoptions/enablelayeredrendering) { get; set; } | Enables rendering text and graphics in the original PDF document's z-order when rendering to HTML. | | [FixedLayout](../../groupdocs.viewer.options/pdfoptions/fixedlayout) { get; set; } | Enables rendering the PDF and EPUB documents to HTML with a fixed layout. | +| [FixLinkIssue](../../groupdocs.viewer.options/pdfoptions/fixlinkissue) { get; set; } | Tries to fix the issue when whole HTML page content is a link. Works only when input format is PDF and output format is HTML (with embedded or external resources). By default is disabled (`false`). Turn it on only when you know what and why you're doing. Turing this option on increases the document processing time. | | [ImageQuality](../../groupdocs.viewer.options/pdfoptions/imagequality) { get; set; } | Sets the output image quality for image resources when rendering to HTML. The default quality is `Low`. | | [RenderOriginalPageSize](../../groupdocs.viewer.options/pdfoptions/renderoriginalpagesize) { get; set; } | Sets the output page size the same as the source PDF document's page size. | | [RenderTextAsImage](../../groupdocs.viewer.options/pdfoptions/rendertextasimage) { get; set; } | Enables rendering texts in the PDF files as an image in the HTML output. | diff --git a/english/net/groupdocs.viewer.options/pdfoptions/fixlinkissue/_index.md b/english/net/groupdocs.viewer.options/pdfoptions/fixlinkissue/_index.md new file mode 100644 index 000000000..eed57971c --- /dev/null +++ b/english/net/groupdocs.viewer.options/pdfoptions/fixlinkissue/_index.md @@ -0,0 +1,23 @@ +--- +title: FixLinkIssue +second_title: GroupDocs.Viewer for .NET API Reference +description: Tries to fix the issue when whole HTML page content is a link. Works only when input format is PDF and output format is HTML with embedded or external resources. By default is disabled false. Turn it on only when you know what and why youre doing. Turing this option on increases the document processing time. +type: docs +weight: 80 +url: /net/groupdocs.viewer.options/pdfoptions/fixlinkissue/ +--- +## PdfOptions.FixLinkIssue property + +Tries to fix the issue when whole HTML page content is a link. Works only when input format is PDF and output format is HTML (with embedded or external resources). By default is disabled (`false`). Turn it on only when you know what and why you're doing. Turing this option on increases the document processing time. + +```csharp +public bool FixLinkIssue { get; set; } +``` + +### See Also + +* class [PdfOptions](../../pdfoptions) +* namespace [GroupDocs.Viewer.Options](../../../groupdocs.viewer.options) +* assembly [GroupDocs.Viewer](../../../) + + diff --git a/english/net/groupdocs.viewer.options/pdfoptions/imagequality/_index.md b/english/net/groupdocs.viewer.options/pdfoptions/imagequality/_index.md index 43d272cb1..e99637bf3 100644 --- a/english/net/groupdocs.viewer.options/pdfoptions/imagequality/_index.md +++ b/english/net/groupdocs.viewer.options/pdfoptions/imagequality/_index.md @@ -3,7 +3,7 @@ title: ImageQuality second_title: GroupDocs.Viewer for .NET API Reference description: Sets the output image quality for image resources when rendering to HTML. The default quality is Low. type: docs -weight: 80 +weight: 90 url: /net/groupdocs.viewer.options/pdfoptions/imagequality/ --- ## PdfOptions.ImageQuality property diff --git a/english/net/groupdocs.viewer.options/pdfoptions/renderoriginalpagesize/_index.md b/english/net/groupdocs.viewer.options/pdfoptions/renderoriginalpagesize/_index.md index bae5b8bdc..9ca67c74c 100644 --- a/english/net/groupdocs.viewer.options/pdfoptions/renderoriginalpagesize/_index.md +++ b/english/net/groupdocs.viewer.options/pdfoptions/renderoriginalpagesize/_index.md @@ -3,7 +3,7 @@ title: RenderOriginalPageSize second_title: GroupDocs.Viewer for .NET API Reference description: Sets the output page size the same as the source PDF documents page size. type: docs -weight: 90 +weight: 100 url: /net/groupdocs.viewer.options/pdfoptions/renderoriginalpagesize/ --- ## PdfOptions.RenderOriginalPageSize property diff --git a/english/net/groupdocs.viewer.options/pdfoptions/rendertextasimage/_index.md b/english/net/groupdocs.viewer.options/pdfoptions/rendertextasimage/_index.md index 962f8b5fe..6b0ecb3f3 100644 --- a/english/net/groupdocs.viewer.options/pdfoptions/rendertextasimage/_index.md +++ b/english/net/groupdocs.viewer.options/pdfoptions/rendertextasimage/_index.md @@ -3,7 +3,7 @@ title: RenderTextAsImage second_title: GroupDocs.Viewer for .NET API Reference description: Enables rendering texts in the PDF files as an image in the HTML output. type: docs -weight: 100 +weight: 110 url: /net/groupdocs.viewer.options/pdfoptions/rendertextasimage/ --- ## PdfOptions.RenderTextAsImage property diff --git a/english/net/groupdocs.viewer.options/pdfoptions/wrapimagesinsvg/_index.md b/english/net/groupdocs.viewer.options/pdfoptions/wrapimagesinsvg/_index.md index 997c259c4..4942ea17a 100644 --- a/english/net/groupdocs.viewer.options/pdfoptions/wrapimagesinsvg/_index.md +++ b/english/net/groupdocs.viewer.options/pdfoptions/wrapimagesinsvg/_index.md @@ -3,7 +3,7 @@ title: WrapImagesInSvg second_title: GroupDocs.Viewer for .NET API Reference description: Enables wrapping each image in the output HTML document in SVG tag to improve the output quality. type: docs -weight: 110 +weight: 120 url: /net/groupdocs.viewer.options/pdfoptions/wrapimagesinsvg/ --- ## PdfOptions.WrapImagesInSvg property diff --git a/english/net/groupdocs.viewer.options/pdfviewoptions/_index.md b/english/net/groupdocs.viewer.options/pdfviewoptions/_index.md index c3f2a1dc3..0e83384b3 100644 --- a/english/net/groupdocs.viewer.options/pdfviewoptions/_index.md +++ b/english/net/groupdocs.viewer.options/pdfviewoptions/_index.md @@ -3,7 +3,7 @@ title: PdfViewOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/. type: docs -weight: 530 +weight: 540 url: /net/groupdocs.viewer.options/pdfviewoptions/ --- ## PdfViewOptions class diff --git a/english/net/groupdocs.viewer.options/permissions/_index.md b/english/net/groupdocs.viewer.options/permissions/_index.md index 5b7dd5b36..8b0444477 100644 --- a/english/net/groupdocs.viewer.options/permissions/_index.md +++ b/english/net/groupdocs.viewer.options/permissions/_index.md @@ -3,7 +3,7 @@ title: Permissions second_title: GroupDocs.Viewer for .NET API Reference description: Defines PDF document permissions. type: docs -weight: 540 +weight: 550 url: /net/groupdocs.viewer.options/permissions/ --- ## Permissions enumeration diff --git a/english/net/groupdocs.viewer.options/pngviewoptions/_index.md b/english/net/groupdocs.viewer.options/pngviewoptions/_index.md index eb5935fab..01bd5eec4 100644 --- a/english/net/groupdocs.viewer.options/pngviewoptions/_index.md +++ b/english/net/groupdocs.viewer.options/pngviewoptions/_index.md @@ -3,7 +3,7 @@ title: PngViewOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering documents into PNG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children. type: docs -weight: 550 +weight: 560 url: /net/groupdocs.viewer.options/pngviewoptions/ --- ## PngViewOptions class diff --git a/english/net/groupdocs.viewer.options/position/_index.md b/english/net/groupdocs.viewer.options/position/_index.md index 77a2b81f6..d5d216c79 100644 --- a/english/net/groupdocs.viewer.options/position/_index.md +++ b/english/net/groupdocs.viewer.options/position/_index.md @@ -3,7 +3,7 @@ title: Position second_title: GroupDocs.Viewer for .NET API Reference description: Defines the watermark position. type: docs -weight: 560 +weight: 570 url: /net/groupdocs.viewer.options/position/ --- ## Position enumeration diff --git a/english/net/groupdocs.viewer.options/presentationoptions/_index.md b/english/net/groupdocs.viewer.options/presentationoptions/_index.md index d4576cdd7..fb34969e5 100644 --- a/english/net/groupdocs.viewer.options/presentationoptions/_index.md +++ b/english/net/groupdocs.viewer.options/presentationoptions/_index.md @@ -3,7 +3,7 @@ title: PresentationOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering presentations. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderpresentations/. type: docs -weight: 570 +weight: 580 url: /net/groupdocs.viewer.options/presentationoptions/ --- ## PresentationOptions class diff --git a/english/net/groupdocs.viewer.options/projectmanagementoptions/_index.md b/english/net/groupdocs.viewer.options/projectmanagementoptions/_index.md index 05b45a334..bce8bd9d2 100644 --- a/english/net/groupdocs.viewer.options/projectmanagementoptions/_index.md +++ b/english/net/groupdocs.viewer.options/projectmanagementoptions/_index.md @@ -3,7 +3,7 @@ title: ProjectManagementOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering project management files. For details see the documentationhttps//docs.groupdocs.com/viewer/net/rendermsprojectfiles/. type: docs -weight: 580 +weight: 590 url: /net/groupdocs.viewer.options/projectmanagementoptions/ --- ## ProjectManagementOptions class diff --git a/english/net/groupdocs.viewer.options/resolution/_index.md b/english/net/groupdocs.viewer.options/resolution/_index.md index 13eb6a3c6..81a5898e8 100644 --- a/english/net/groupdocs.viewer.options/resolution/_index.md +++ b/english/net/groupdocs.viewer.options/resolution/_index.md @@ -3,7 +3,7 @@ title: Resolution second_title: GroupDocs.Viewer for .NET API Reference description: Contains option to set resolution for images in output document. type: docs -weight: 590 +weight: 600 url: /net/groupdocs.viewer.options/resolution/ --- ## Resolution class diff --git a/english/net/groupdocs.viewer.options/rotation/_index.md b/english/net/groupdocs.viewer.options/rotation/_index.md index cd18b122b..9ad95b5ef 100644 --- a/english/net/groupdocs.viewer.options/rotation/_index.md +++ b/english/net/groupdocs.viewer.options/rotation/_index.md @@ -3,7 +3,7 @@ title: Rotation second_title: GroupDocs.Viewer for .NET API Reference description: Contains page rotation in degrees clockwise. type: docs -weight: 600 +weight: 610 url: /net/groupdocs.viewer.options/rotation/ --- ## Rotation enumeration diff --git a/english/net/groupdocs.viewer.options/security/_index.md b/english/net/groupdocs.viewer.options/security/_index.md index ae38db9d3..439504c59 100644 --- a/english/net/groupdocs.viewer.options/security/_index.md +++ b/english/net/groupdocs.viewer.options/security/_index.md @@ -3,7 +3,7 @@ title: Security second_title: GroupDocs.Viewer for .NET API Reference description: Contains the PDF document security options. For details see the documentationhttps//docs.groupdocs.com/viewer/net/protectpdfdocuments/. type: docs -weight: 610 +weight: 620 url: /net/groupdocs.viewer.options/security/ --- ## Security class diff --git a/english/net/groupdocs.viewer.options/size/_index.md b/english/net/groupdocs.viewer.options/size/_index.md index c58983c94..766a750d2 100644 --- a/english/net/groupdocs.viewer.options/size/_index.md +++ b/english/net/groupdocs.viewer.options/size/_index.md @@ -3,7 +3,7 @@ title: Size second_title: GroupDocs.Viewer for .NET API Reference description: Contains the watermark size. type: docs -weight: 620 +weight: 630 url: /net/groupdocs.viewer.options/size/ --- ## Size class diff --git a/english/net/groupdocs.viewer.options/spreadsheetoptions/_index.md b/english/net/groupdocs.viewer.options/spreadsheetoptions/_index.md index ff04b3b8d..fe7a20505 100644 --- a/english/net/groupdocs.viewer.options/spreadsheetoptions/_index.md +++ b/english/net/groupdocs.viewer.options/spreadsheetoptions/_index.md @@ -3,7 +3,7 @@ title: SpreadsheetOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering spreadsheets. For details see children of the Render spreadsheet fileshttps//docs.groupdocs.com/viewer/net/renderspreadsheets/ topic. type: docs -weight: 630 +weight: 640 url: /net/groupdocs.viewer.options/spreadsheetoptions/ --- ## SpreadsheetOptions class diff --git a/english/net/groupdocs.viewer.options/textoptions/_index.md b/english/net/groupdocs.viewer.options/textoptions/_index.md index 85525149c..606583798 100644 --- a/english/net/groupdocs.viewer.options/textoptions/_index.md +++ b/english/net/groupdocs.viewer.options/textoptions/_index.md @@ -3,7 +3,7 @@ title: TextOptions second_title: GroupDocs.Viewer for .NET API Reference description: Text files splitting to pages options. type: docs -weight: 640 +weight: 650 url: /net/groupdocs.viewer.options/textoptions/ --- ## TextOptions class diff --git a/english/net/groupdocs.viewer.options/textoverflowmode/_index.md b/english/net/groupdocs.viewer.options/textoverflowmode/_index.md index 5f3a62cfe..f87d01b49 100644 --- a/english/net/groupdocs.viewer.options/textoverflowmode/_index.md +++ b/english/net/groupdocs.viewer.options/textoverflowmode/_index.md @@ -3,7 +3,7 @@ title: TextOverflowMode second_title: GroupDocs.Viewer for .NET API Reference description: Sets the text overflow mode for rendering spreadsheet documents into HTML. type: docs -weight: 650 +weight: 660 url: /net/groupdocs.viewer.options/textoverflowmode/ --- ## TextOverflowMode enumeration diff --git a/english/net/groupdocs.viewer.options/tile/_index.md b/english/net/groupdocs.viewer.options/tile/_index.md index afc57bc81..8b6b94a95 100644 --- a/english/net/groupdocs.viewer.options/tile/_index.md +++ b/english/net/groupdocs.viewer.options/tile/_index.md @@ -3,7 +3,7 @@ title: Tile second_title: GroupDocs.Viewer for .NET API Reference description: Represents the drawing region. type: docs -weight: 660 +weight: 670 url: /net/groupdocs.viewer.options/tile/ --- ## Tile class diff --git a/english/net/groupdocs.viewer.options/timeunit/_index.md b/english/net/groupdocs.viewer.options/timeunit/_index.md index b20b9426a..a0d0fa8f0 100644 --- a/english/net/groupdocs.viewer.options/timeunit/_index.md +++ b/english/net/groupdocs.viewer.options/timeunit/_index.md @@ -3,7 +3,7 @@ title: TimeUnit second_title: GroupDocs.Viewer for .NET API Reference description: Time unit of the project duration. type: docs -weight: 670 +weight: 680 url: /net/groupdocs.viewer.options/timeunit/ --- ## TimeUnit enumeration diff --git a/english/net/groupdocs.viewer.options/viewinfooptions/_index.md b/english/net/groupdocs.viewer.options/viewinfooptions/_index.md index faeb507a2..bd469bd7c 100644 --- a/english/net/groupdocs.viewer.options/viewinfooptions/_index.md +++ b/english/net/groupdocs.viewer.options/viewinfooptions/_index.md @@ -3,7 +3,7 @@ title: ViewInfoOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for retrieving information about view. type: docs -weight: 680 +weight: 690 url: /net/groupdocs.viewer.options/viewinfooptions/ --- ## ViewInfoOptions class diff --git a/english/net/groupdocs.viewer.options/viewoptions/_index.md b/english/net/groupdocs.viewer.options/viewoptions/_index.md index e110c2908..9d0a21617 100644 --- a/english/net/groupdocs.viewer.options/viewoptions/_index.md +++ b/english/net/groupdocs.viewer.options/viewoptions/_index.md @@ -3,7 +3,7 @@ title: ViewOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains the rendering options. type: docs -weight: 690 +weight: 700 url: /net/groupdocs.viewer.options/viewoptions/ --- ## ViewOptions class diff --git a/english/net/groupdocs.viewer.options/visiorenderingoptions/_index.md b/english/net/groupdocs.viewer.options/visiorenderingoptions/_index.md index d92a72a75..a84cf1b18 100644 --- a/english/net/groupdocs.viewer.options/visiorenderingoptions/_index.md +++ b/english/net/groupdocs.viewer.options/visiorenderingoptions/_index.md @@ -3,7 +3,7 @@ title: VisioRenderingOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering Visio documents. For details see the documentationhttps//docs.groupdocs.com/viewer/net/rendervisiodocuments/. type: docs -weight: 700 +weight: 710 url: /net/groupdocs.viewer.options/visiorenderingoptions/ --- ## VisioRenderingOptions class diff --git a/english/net/groupdocs.viewer.options/watermark/_index.md b/english/net/groupdocs.viewer.options/watermark/_index.md index 0d8bc5598..5b098ce9d 100644 --- a/english/net/groupdocs.viewer.options/watermark/_index.md +++ b/english/net/groupdocs.viewer.options/watermark/_index.md @@ -3,7 +3,7 @@ title: Watermark second_title: GroupDocs.Viewer for .NET API Reference description: Represents a text watermark. For details see the documentationhttps//docs.groupdocs.com/viewer/net/addtextwatermark/. type: docs -weight: 710 +weight: 720 url: /net/groupdocs.viewer.options/watermark/ --- ## Watermark class diff --git a/english/net/groupdocs.viewer.options/webdocumentoptions/_index.md b/english/net/groupdocs.viewer.options/webdocumentoptions/_index.md index 075ce67ef..506f6967c 100644 --- a/english/net/groupdocs.viewer.options/webdocumentoptions/_index.md +++ b/english/net/groupdocs.viewer.options/webdocumentoptions/_index.md @@ -3,7 +3,7 @@ title: WebDocumentOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering web documents. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderwebdocuments/. type: docs -weight: 720 +weight: 730 url: /net/groupdocs.viewer.options/webdocumentoptions/ --- ## WebDocumentOptions class diff --git a/english/net/groupdocs.viewer.options/wordprocessingoptions/_index.md b/english/net/groupdocs.viewer.options/wordprocessingoptions/_index.md index a0aca5737..a11f90a5a 100644 --- a/english/net/groupdocs.viewer.options/wordprocessingoptions/_index.md +++ b/english/net/groupdocs.viewer.options/wordprocessingoptions/_index.md @@ -3,7 +3,7 @@ title: WordProcessingOptions second_title: GroupDocs.Viewer for .NET API Reference description: Contains options for rendering Word documents. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderworddocuments/. type: docs -weight: 730 +weight: 740 url: /net/groupdocs.viewer.options/wordprocessingoptions/ --- ## WordProcessingOptions class diff --git a/english/net/groupdocs.viewer.results/archiveviewinfo/_index.md b/english/net/groupdocs.viewer.results/archiveviewinfo/_index.md index ceaf87452..6bb7e09b5 100644 --- a/english/net/groupdocs.viewer.results/archiveviewinfo/_index.md +++ b/english/net/groupdocs.viewer.results/archiveviewinfo/_index.md @@ -3,7 +3,7 @@ title: ArchiveViewInfo second_title: GroupDocs.Viewer for .NET API Reference description: Represents view information for archive file. type: docs -weight: 740 +weight: 750 url: /net/groupdocs.viewer.results/archiveviewinfo/ --- ## ArchiveViewInfo class diff --git a/english/net/groupdocs.viewer.results/attachment/_index.md b/english/net/groupdocs.viewer.results/attachment/_index.md index d834718a0..76b8a5947 100644 --- a/english/net/groupdocs.viewer.results/attachment/_index.md +++ b/english/net/groupdocs.viewer.results/attachment/_index.md @@ -3,7 +3,7 @@ title: Attachment second_title: GroupDocs.Viewer for .NET API Reference description: Represents attachment file contained by email message archive PDF document or Outlook data file. type: docs -weight: 750 +weight: 760 url: /net/groupdocs.viewer.results/attachment/ --- ## Attachment class diff --git a/english/net/groupdocs.viewer.results/cadviewinfo/_index.md b/english/net/groupdocs.viewer.results/cadviewinfo/_index.md index f5620fc74..8fb416cdd 100644 --- a/english/net/groupdocs.viewer.results/cadviewinfo/_index.md +++ b/english/net/groupdocs.viewer.results/cadviewinfo/_index.md @@ -3,7 +3,7 @@ title: CadViewInfo second_title: GroupDocs.Viewer for .NET API Reference description: Represents view information for CAD drawing. type: docs -weight: 760 +weight: 770 url: /net/groupdocs.viewer.results/cadviewinfo/ --- ## CadViewInfo class diff --git a/english/net/groupdocs.viewer.results/character/_index.md b/english/net/groupdocs.viewer.results/character/_index.md index 65a58e7a1..799208b7c 100644 --- a/english/net/groupdocs.viewer.results/character/_index.md +++ b/english/net/groupdocs.viewer.results/character/_index.md @@ -3,7 +3,7 @@ title: Character second_title: GroupDocs.Viewer for .NET API Reference description: Represents relatively positioned rectangle which contains single character. type: docs -weight: 770 +weight: 780 url: /net/groupdocs.viewer.results/character/ --- ## Character class diff --git a/english/net/groupdocs.viewer.results/fileinfo/_index.md b/english/net/groupdocs.viewer.results/fileinfo/_index.md index 98ca619c8..9c9cefe50 100644 --- a/english/net/groupdocs.viewer.results/fileinfo/_index.md +++ b/english/net/groupdocs.viewer.results/fileinfo/_index.md @@ -3,7 +3,7 @@ title: FileInfo second_title: GroupDocs.Viewer for .NET API Reference description: Contains information about file. type: docs -weight: 780 +weight: 790 url: /net/groupdocs.viewer.results/fileinfo/ --- ## FileInfo class diff --git a/english/net/groupdocs.viewer.results/layer/_index.md b/english/net/groupdocs.viewer.results/layer/_index.md index 8c0d0772b..efff014b0 100644 --- a/english/net/groupdocs.viewer.results/layer/_index.md +++ b/english/net/groupdocs.viewer.results/layer/_index.md @@ -3,7 +3,7 @@ title: Layer second_title: GroupDocs.Viewer for .NET API Reference description: Represents layer contained by the CAD drawing. type: docs -weight: 790 +weight: 800 url: /net/groupdocs.viewer.results/layer/ --- ## Layer class diff --git a/english/net/groupdocs.viewer.results/layout/_index.md b/english/net/groupdocs.viewer.results/layout/_index.md index 44584a2d2..223d499da 100644 --- a/english/net/groupdocs.viewer.results/layout/_index.md +++ b/english/net/groupdocs.viewer.results/layout/_index.md @@ -3,7 +3,7 @@ title: Layout second_title: GroupDocs.Viewer for .NET API Reference description: Represents layout contained by the CAD drawing. type: docs -weight: 800 +weight: 810 url: /net/groupdocs.viewer.results/layout/ --- ## Layout class diff --git a/english/net/groupdocs.viewer.results/line/_index.md b/english/net/groupdocs.viewer.results/line/_index.md index 8895ab6be..97d082d51 100644 --- a/english/net/groupdocs.viewer.results/line/_index.md +++ b/english/net/groupdocs.viewer.results/line/_index.md @@ -3,7 +3,7 @@ title: Line second_title: GroupDocs.Viewer for .NET API Reference description: Represents relatively positioned rectangle which contains single line. type: docs -weight: 810 +weight: 820 url: /net/groupdocs.viewer.results/line/ --- ## Line class diff --git a/english/net/groupdocs.viewer.results/lotusnotesviewinfo/_index.md b/english/net/groupdocs.viewer.results/lotusnotesviewinfo/_index.md index 298db9896..84fa0da7c 100644 --- a/english/net/groupdocs.viewer.results/lotusnotesviewinfo/_index.md +++ b/english/net/groupdocs.viewer.results/lotusnotesviewinfo/_index.md @@ -3,7 +3,7 @@ title: LotusNotesViewInfo second_title: GroupDocs.Viewer for .NET API Reference description: Represents view information for Lotus notes database storage type: docs -weight: 820 +weight: 830 url: /net/groupdocs.viewer.results/lotusnotesviewinfo/ --- ## LotusNotesViewInfo class diff --git a/english/net/groupdocs.viewer.results/mboxviewinfo/_index.md b/english/net/groupdocs.viewer.results/mboxviewinfo/_index.md index 5252e86c0..c7dfea18e 100644 --- a/english/net/groupdocs.viewer.results/mboxviewinfo/_index.md +++ b/english/net/groupdocs.viewer.results/mboxviewinfo/_index.md @@ -3,7 +3,7 @@ title: MboxViewInfo second_title: GroupDocs.Viewer for .NET API Reference description: Represents view information for Mbox files storage type: docs -weight: 830 +weight: 840 url: /net/groupdocs.viewer.results/mboxviewinfo/ --- ## MboxViewInfo class diff --git a/english/net/groupdocs.viewer.results/outlookviewinfo/_index.md b/english/net/groupdocs.viewer.results/outlookviewinfo/_index.md index 5ec190e31..9a92f793d 100644 --- a/english/net/groupdocs.viewer.results/outlookviewinfo/_index.md +++ b/english/net/groupdocs.viewer.results/outlookviewinfo/_index.md @@ -3,7 +3,7 @@ title: OutlookViewInfo second_title: GroupDocs.Viewer for .NET API Reference description: Represents view information for Outlook Data file. type: docs -weight: 840 +weight: 850 url: /net/groupdocs.viewer.results/outlookviewinfo/ --- ## OutlookViewInfo class diff --git a/english/net/groupdocs.viewer.results/page/_index.md b/english/net/groupdocs.viewer.results/page/_index.md index da70374f9..d420a5728 100644 --- a/english/net/groupdocs.viewer.results/page/_index.md +++ b/english/net/groupdocs.viewer.results/page/_index.md @@ -3,7 +3,7 @@ title: Page second_title: GroupDocs.Viewer for .NET API Reference description: Represents single page that can be viewed. type: docs -weight: 850 +weight: 860 url: /net/groupdocs.viewer.results/page/ --- ## Page class diff --git a/english/net/groupdocs.viewer.results/pdfviewinfo/_index.md b/english/net/groupdocs.viewer.results/pdfviewinfo/_index.md index 2a218512b..1f3ba5688 100644 --- a/english/net/groupdocs.viewer.results/pdfviewinfo/_index.md +++ b/english/net/groupdocs.viewer.results/pdfviewinfo/_index.md @@ -3,7 +3,7 @@ title: PdfViewInfo second_title: GroupDocs.Viewer for .NET API Reference description: Represents view information for PDF document. type: docs -weight: 860 +weight: 870 url: /net/groupdocs.viewer.results/pdfviewinfo/ --- ## PdfViewInfo class diff --git a/english/net/groupdocs.viewer.results/projectmanagementviewinfo/_index.md b/english/net/groupdocs.viewer.results/projectmanagementviewinfo/_index.md index 9f54a2b94..47e97e885 100644 --- a/english/net/groupdocs.viewer.results/projectmanagementviewinfo/_index.md +++ b/english/net/groupdocs.viewer.results/projectmanagementviewinfo/_index.md @@ -3,7 +3,7 @@ title: ProjectManagementViewInfo second_title: GroupDocs.Viewer for .NET API Reference description: Represents view information for MS Project document. type: docs -weight: 870 +weight: 880 url: /net/groupdocs.viewer.results/projectmanagementviewinfo/ --- ## ProjectManagementViewInfo class diff --git a/english/net/groupdocs.viewer.results/resource/_index.md b/english/net/groupdocs.viewer.results/resource/_index.md index bbc488357..9a4a3459d 100644 --- a/english/net/groupdocs.viewer.results/resource/_index.md +++ b/english/net/groupdocs.viewer.results/resource/_index.md @@ -3,7 +3,7 @@ title: Resource second_title: GroupDocs.Viewer for .NET API Reference description: Represents HTML resource such as font style image or graphics. type: docs -weight: 880 +weight: 890 url: /net/groupdocs.viewer.results/resource/ --- ## Resource class diff --git a/english/net/groupdocs.viewer.results/textelement-1/_index.md b/english/net/groupdocs.viewer.results/textelement-1/_index.md index 11f1fff03..b86e1dfcc 100644 --- a/english/net/groupdocs.viewer.results/textelement-1/_index.md +++ b/english/net/groupdocs.viewer.results/textelement-1/_index.md @@ -3,7 +3,7 @@ title: TextElementT second_title: GroupDocs.Viewer for .NET API Reference description: Represents generic text element. type: docs -weight: 890 +weight: 900 url: /net/groupdocs.viewer.results/textelement-1/ --- ## TextElement<T> class diff --git a/english/net/groupdocs.viewer.results/viewinfo/_index.md b/english/net/groupdocs.viewer.results/viewinfo/_index.md index d75c29202..eb2dacdeb 100644 --- a/english/net/groupdocs.viewer.results/viewinfo/_index.md +++ b/english/net/groupdocs.viewer.results/viewinfo/_index.md @@ -3,7 +3,7 @@ title: ViewInfo second_title: GroupDocs.Viewer for .NET API Reference description: Represents view information for generic document. type: docs -weight: 900 +weight: 910 url: /net/groupdocs.viewer.results/viewinfo/ --- ## ViewInfo class diff --git a/english/net/groupdocs.viewer.results/word/_index.md b/english/net/groupdocs.viewer.results/word/_index.md index e4e4ca001..c487c56b3 100644 --- a/english/net/groupdocs.viewer.results/word/_index.md +++ b/english/net/groupdocs.viewer.results/word/_index.md @@ -3,7 +3,7 @@ title: Word second_title: GroupDocs.Viewer for .NET API Reference description: Represents relatively positioned rectangle which contains single word. type: docs -weight: 910 +weight: 920 url: /net/groupdocs.viewer.results/word/ --- ## Word class diff --git a/english/net/groupdocs.viewer/_index.md b/english/net/groupdocs.viewer/_index.md index da2d4abad..13a5f6127 100644 --- a/english/net/groupdocs.viewer/_index.md +++ b/english/net/groupdocs.viewer/_index.md @@ -17,5 +17,10 @@ The namespace provides classes for rendering documents in HTML5, Image or PDF mo | [Metered](./metered) | Provides methods for applying [Metered](https://purchase.groupdocs.com/faqs/licensing/metered) license. | | [Viewer](./viewer) | Represents main class that controls document rendering process. | | [ViewerSettings](./viewersettings) | Defines settings for customizing [`Viewer`](../groupdocs.viewer/viewer) behaviour. | +## Interfaces + +| Interface | Description | +| --- | --- | +| [IAuxDisposable](./iauxdisposable) | Expands the standard IDisposable interface, allows to obtain a current state of an object and subscribe to disposing event | diff --git a/english/net/groupdocs.viewer/iauxdisposable/_index.md b/english/net/groupdocs.viewer/iauxdisposable/_index.md new file mode 100644 index 000000000..0b8e3c5d9 --- /dev/null +++ b/english/net/groupdocs.viewer/iauxdisposable/_index.md @@ -0,0 +1,34 @@ +--- +title: IAuxDisposable +second_title: GroupDocs.Viewer for .NET API Reference +description: Expands the standard IDisposable interface allows to obtain a current state of an object and subscribe to disposing event +type: docs +weight: 220 +url: /net/groupdocs.viewer/iauxdisposable/ +--- +## IAuxDisposable interface + +Expands the standard IDisposable interface, allows to obtain a current state of an object and subscribe to disposing event + +```csharp +public interface IAuxDisposable : IDisposable +``` + +## Properties + +| Name | Description | +| --- | --- | +| [IsDisposed](../../groupdocs.viewer/iauxdisposable/isdisposed) { get; } | Determines whether a resource is already disposed (`true`) or not (`false`) | + +## Events + +| Name | Description | +| --- | --- | +| event [Disposed](../../groupdocs.viewer/iauxdisposable/disposed) | Occurs when object is disposed, right after the disposing resources is successfully completed | + +### See Also + +* namespace [GroupDocs.Viewer](../../groupdocs.viewer) +* assembly [GroupDocs.Viewer](../../) + + diff --git a/english/net/groupdocs.viewer/iauxdisposable/disposed/_index.md b/english/net/groupdocs.viewer/iauxdisposable/disposed/_index.md new file mode 100644 index 000000000..e03a4debc --- /dev/null +++ b/english/net/groupdocs.viewer/iauxdisposable/disposed/_index.md @@ -0,0 +1,23 @@ +--- +title: Disposed +second_title: GroupDocs.Viewer for .NET API Reference +description: Occurs when object is disposed right after the disposing resources is successfully completed +type: docs +weight: 20 +url: /net/groupdocs.viewer/iauxdisposable/disposed/ +--- +## IAuxDisposable.Disposed event + +Occurs when object is disposed, right after the disposing resources is successfully completed + +```csharp +public event EventHandler Disposed; +``` + +### See Also + +* interface [IAuxDisposable](../../iauxdisposable) +* namespace [GroupDocs.Viewer](../../../groupdocs.viewer) +* assembly [GroupDocs.Viewer](../../../) + + diff --git a/english/net/groupdocs.viewer/iauxdisposable/isdisposed/_index.md b/english/net/groupdocs.viewer/iauxdisposable/isdisposed/_index.md new file mode 100644 index 000000000..4bc5ab820 --- /dev/null +++ b/english/net/groupdocs.viewer/iauxdisposable/isdisposed/_index.md @@ -0,0 +1,23 @@ +--- +title: IsDisposed +second_title: GroupDocs.Viewer for .NET API Reference +description: Determines whether a resource is already disposed true or not false +type: docs +weight: 10 +url: /net/groupdocs.viewer/iauxdisposable/isdisposed/ +--- +## IAuxDisposable.IsDisposed property + +Determines whether a resource is already disposed (`true`) or not (`false`) + +```csharp +public bool IsDisposed { get; } +``` + +### See Also + +* interface [IAuxDisposable](../../iauxdisposable) +* namespace [GroupDocs.Viewer](../../../groupdocs.viewer) +* assembly [GroupDocs.Viewer](../../../) + + diff --git a/english/net/groupdocs.viewer/license/_index.md b/english/net/groupdocs.viewer/license/_index.md index 7084ca473..8773f1873 100644 --- a/english/net/groupdocs.viewer/license/_index.md +++ b/english/net/groupdocs.viewer/license/_index.md @@ -3,7 +3,7 @@ title: License second_title: GroupDocs.Viewer for .NET API Reference description: Provides methods to license the component. Learn more about licensing herehttps//purchase.groupdocs.com/faqs/licensing. type: docs -weight: 320 +weight: 330 url: /net/groupdocs.viewer/license/ --- ## License class diff --git a/english/net/groupdocs.viewer/metered/_index.md b/english/net/groupdocs.viewer/metered/_index.md index f7b214b51..dad97dac0 100644 --- a/english/net/groupdocs.viewer/metered/_index.md +++ b/english/net/groupdocs.viewer/metered/_index.md @@ -3,7 +3,7 @@ title: Metered second_title: GroupDocs.Viewer for .NET API Reference description: Provides methods for applying Meteredhttps//purchase.groupdocs.com/faqs/licensing/metered license. type: docs -weight: 360 +weight: 370 url: /net/groupdocs.viewer/metered/ --- ## Metered class diff --git a/english/net/groupdocs.viewer/viewer/_index.md b/english/net/groupdocs.viewer/viewer/_index.md index 2d5612e67..affcb89fd 100644 --- a/english/net/groupdocs.viewer/viewer/_index.md +++ b/english/net/groupdocs.viewer/viewer/_index.md @@ -3,7 +3,7 @@ title: Viewer second_title: GroupDocs.Viewer for .NET API Reference description: Represents main class that controls document rendering process. type: docs -weight: 920 +weight: 930 url: /net/groupdocs.viewer/viewer/ --- ## Viewer class diff --git a/english/net/groupdocs.viewer/viewersettings/_index.md b/english/net/groupdocs.viewer/viewersettings/_index.md index a3ee2e854..cbe3a3cb9 100644 --- a/english/net/groupdocs.viewer/viewersettings/_index.md +++ b/english/net/groupdocs.viewer/viewersettings/_index.md @@ -3,7 +3,7 @@ title: ViewerSettings second_title: GroupDocs.Viewer for .NET API Reference description: Defines settings for customizing Viewer./viewer behaviour. type: docs -weight: 930 +weight: 940 url: /net/groupdocs.viewer/viewersettings/ --- ## ViewerSettings class