diff --git a/english/net/_index.md b/english/net/_index.md index 3765f47e..d2451788 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 c52b19ac..c6f45215 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 7fce72fa..d22108cf 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 6b6353e0..417dace6 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 a33565e0..933bf4b1 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 5c1b35e2..d0fcb529 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 2e3c1605..f9aa3df7 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 662c547c..3f0ed674 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 2705c3c2..fc130810 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 0c023559..96f5c777 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 6f94c685..82008f12 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 04e7b6c9..74f8dd3b 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 bb6bd0c5..58a88b05 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 961e0d00..b9ba868c 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 34d5910f..cd5a5ad4 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 4dd4e649..f1d37610 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 9043dfaa..e706eab7 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 8a95c22c..2ff89173 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 6a3d9911..d0ddea23 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 13849dfc..19205a42 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 5d0c9036..ac33ebf6 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 0bca368a..695aed1b 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 61fa42af..e27ed67f 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 02a85281..9d770ad8 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 07a85014..eb681c2c 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 548652b5..fc118b74 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 723f57c0..1560f1fb 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 1f23e073..df4d91c4 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 16511364..367d9346 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 b84295a2..5c2a4ac1 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 00000000..75786021 --- /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 00000000..e2a59afd --- /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 34a5afea..485840f2 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 70c33d3c..72cfc4a1 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 04d33359..ad47b4ff 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 00000000..eed57971 --- /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 43d272cb..e99637bf 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 bae5b8bd..9ca67c74 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 962f8b5f..6b0ecb3f 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 997c259c..4942ea17 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 c3f2a1dc..0e83384b 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 5b7dd5b3..8b044447 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 eb5935fa..01bd5eec 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 77a2b81f..d5d216c7 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 d4576cdd..fb34969e 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 05b45a33..bce8bd9d 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 13eb6a3c..81a5898e 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 cd18b122..9ad95b5e 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 ae38db9d..439504c5 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 c58983c9..766a750d 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 ff04b3b8..fe7a2050 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 85525149..60658379 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 5f3a62cf..f87d01b4 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 afc57bc8..8b6b94a9 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 b20b9426..a0d0fa8f 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 faeb507a..bd469bd7 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 e110c290..9d0a2161 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 d92a72a7..a84cf1b1 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 0d8bc559..5b098ce9 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 075ce67e..506f6967 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 a0aca573..a11f90a5 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 ceaf8745..6bb7e09b 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 d834718a..76b8a594 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 f5620fc7..8fb416cd 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 65a58e7a..799208b7 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 98ca619c..9c9cefe5 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 8c0d0772..efff014b 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 44584a2d..223d499d 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 8895ab6b..97d082d5 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 298db989..84fa0da7 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 5252e86c..c7dfea18 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 5ec190e3..9a92f793 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 da70374f..d420a572 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 2a218512..1f3ba568 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 9f54a2b9..47e97e88 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 bbc48835..9a4a3459 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 11f1fff0..b86e1dfc 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 d75c2920..eb2dacde 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 e4e4ca00..c487c56b 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 da2d4aba..13a5f612 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 00000000..0b8e3c5d --- /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 00000000..e03a4deb --- /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 00000000..4bc5ab82 --- /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 7084ca47..8773f187 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 f7b214b5..dad97dac 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 2d5612e6..affcb89f 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 a3ee2e85..cbe3a3cb 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