Skip to content

Commit

Permalink
Update content 2024-07-02 10:07:45
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgen-nykytenko committed Jul 2, 2024
1 parent b2bf032 commit 0814d4d
Show file tree
Hide file tree
Showing 87 changed files with 237 additions and 80 deletions.
2 changes: 1 addition & 1 deletion english/net/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion english/net/groupdocs.viewer.drawing/argb32color/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<Argb32Color>, IEquatable<Rgb24Color>
public struct Argb32Color : IEquatable<>, IEquatable<Argb32Color>, IEquatable<Rgb24Color>
```

## Properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion english/net/groupdocs.viewer.logging/filelogger/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion english/net/groupdocs.viewer.logging/ilogger/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion english/net/groupdocs.viewer.options/cadoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion english/net/groupdocs.viewer.options/field/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion english/net/groupdocs.viewer.options/filename/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion english/net/groupdocs.viewer.options/loadoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion english/net/groupdocs.viewer.options/pagesize/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -32,6 +32,8 @@ public class PdfOptimizationOptions
| [OptimizeSpreadsheets](../../groupdocs.viewer.options/pdfoptimizationoptions/optimizespreadsheets) { getset; } | Enables optimization of spreadsheets in the PDF files. |
| [RemoveAnnotations](../../groupdocs.viewer.options/pdfoptimizationoptions/removeannotations) { getset; } | Enables removing annotation from the output PDF file. |
| [RemoveFormFields](../../groupdocs.viewer.options/pdfoptimizationoptions/removeformfields) { getset; } | Enables removing form fields from a PDF file. |
| [RemoveUnusedObjects](../../groupdocs.viewer.options/pdfoptimizationoptions/removeunusedobjects) { getset; } | 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) { getset; } | 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) { getset; } | Enables setting the maximum resolution in the output PDF file. |
| [SubsetFonts](../../groupdocs.viewer.options/pdfoptimizationoptions/subsetfonts) { getset; } | Subsets fonts in the output PDF file. |

Expand Down
Original file line number Diff line number Diff line change
@@ -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](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.viewer.dll -->
Original file line number Diff line number Diff line change
@@ -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](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.viewer.dll -->
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion english/net/groupdocs.viewer.options/pdfoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,6 +30,7 @@ public class PdfOptions
| [EnableFontHinting](../../groupdocs.viewer.options/pdfoptions/enablefonthinting) { getset; } | Enables font hinting. |
| [EnableLayeredRendering](../../groupdocs.viewer.options/pdfoptions/enablelayeredrendering) { getset; } | Enables rendering text and graphics in the original PDF document's z-order when rendering to HTML. |
| [FixedLayout](../../groupdocs.viewer.options/pdfoptions/fixedlayout) { getset; } | Enables rendering the PDF and EPUB documents to HTML with a fixed layout. |
| [FixLinkIssue](../../groupdocs.viewer.options/pdfoptions/fixlinkissue) { getset; } | 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) { getset; } | Sets the output image quality for image resources when rendering to HTML. The default quality is `Low`. |
| [RenderOriginalPageSize](../../groupdocs.viewer.options/pdfoptions/renderoriginalpagesize) { getset; } | Sets the output page size the same as the source PDF document's page size. |
| [RenderTextAsImage](../../groupdocs.viewer.options/pdfoptions/rendertextasimage) { getset; } | Enables rendering texts in the PDF files as an image in the HTML output. |
Expand Down
Original file line number Diff line number Diff line change
@@ -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](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.viewer.dll -->
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 0814d4d

Please sign in to comment.