Skip to content

Commit

Permalink
Merge pull request #54 from aspose-pdf/main
Browse files Browse the repository at this point in the history
feat: Aspose.PDF NET 24.8
  • Loading branch information
adil-aspose authored Aug 23, 2024
2 parents ed75caf + 2a6a1fa commit c0fd966
Show file tree
Hide file tree
Showing 191 changed files with 199 additions and 186 deletions.
2 changes: 2 additions & 0 deletions english/net/aspose.pdf.facades/pdfviewer/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ public sealed class PdfViewer : IFacade
| Name | Description |
| --- | --- |
| event [CustomPrint](../../aspose.pdf.facades/pdfviewer/customprint/) | Occurs before printing starts and allows to provide custom print handlers instead of the default one. |
| event [EndPage](../../aspose.pdf.facades/pdfviewer/endpage/) | Occurs when the printing of a page ends in the PdfViewer. |
| event [EndPrint](../../aspose.pdf.facades/pdfviewer/endprint/) | Adds/removes subscription on the last page printing event. |
| event [PdfQueryPageSettings](../../aspose.pdf.facades/pdfviewer/pdfquerypagesettings/) | Adds/removes subscription on the last page printing event. |
| event [StartPage](../../aspose.pdf.facades/pdfviewer/startpage/) | Occurs before a page starts to print. |

### See Also

Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.facades/pdfviewer/bindpdf/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.BindPdf
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Initializes the facade
type: docs
weight: 230
weight: 250
url: /net/aspose.pdf.facades/pdfviewer/bindpdf/
---
## BindPdf(string) {#bindpdf_2}
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.facades/pdfviewer/close/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.Close
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Closes the facade
type: docs
weight: 240
weight: 260
url: /net/aspose.pdf.facades/pdfviewer/close/
---
## PdfViewer.Close method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.DecodeAllPages
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Get pages of current pdf file
type: docs
weight: 250
weight: 270
url: /net/aspose.pdf.facades/pdfviewer/decodeallpages/
---
## PdfViewer.DecodeAllPages method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.DecodePage
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Decodes a page of one Pdf file
type: docs
weight: 260
weight: 280
url: /net/aspose.pdf.facades/pdfviewer/decodepage/
---
## PdfViewer.DecodePage method
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.facades/pdfviewer/dispose/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.Dispose
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Disposes the facade resources
type: docs
weight: 270
weight: 290
url: /net/aspose.pdf.facades/pdfviewer/dispose/
---
## PdfViewer.Dispose method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.EndPrint
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer event. Adds/removes subscription on the last page printing event
type: docs
weight: 210
weight: 220
url: /net/aspose.pdf.facades/pdfviewer/endprint/
---
## PdfViewer.EndPrint event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.GetDefaultPageSettings
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Gets the default page settings
type: docs
weight: 280
weight: 300
url: /net/aspose.pdf.facades/pdfviewer/getdefaultpagesettings/
---
## PdfViewer.GetDefaultPageSettings method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.GetDefaultPrinterSettings
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Gets the default printer settings
type: docs
weight: 290
weight: 310
url: /net/aspose.pdf.facades/pdfviewer/getdefaultprintersettings/
---
## PdfViewer.GetDefaultPrinterSettings method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.PdfQueryPageSettings
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer event. Adds/removes subscription on the last page printing event
type: docs
weight: 220
weight: 230
url: /net/aspose.pdf.facades/pdfviewer/pdfquerypagesettings/
---
## PdfViewer.PdfQueryPageSettings event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.PrintDocument
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Prints the Pdf document using default printer
type: docs
weight: 300
weight: 320
url: /net/aspose.pdf.facades/pdfviewer/printdocument/
---
## PdfViewer.PrintDocument method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.PrintDocumentWithSettings
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Prints the Pdf document with settings. If the document size does not correspond to page size it will be extended to fit page size
type: docs
weight: 310
weight: 330
url: /net/aspose.pdf.facades/pdfviewer/printdocumentwithsettings/
---
## PrintDocumentWithSettings(PageSettings, PrinterSettings) {#printdocumentwithsettings}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.PrintDocumentWithSetup
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Prints the Pdf document with a setup dialog. Choose a printer using the dialog
type: docs
weight: 320
weight: 340
url: /net/aspose.pdf.facades/pdfviewer/printdocumentwithsetup/
---
## PdfViewer.PrintDocumentWithSetup method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.PrintLargePdf
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Opens and prints a large Pdf file. If your Pdf file has hundreds of pages or more or its size is more than 3 MB this method is recommended to get better performance
type: docs
weight: 330
weight: 350
url: /net/aspose.pdf.facades/pdfviewer/printlargepdf/
---
## PrintLargePdf(string) {#printlargepdf_3}
Expand Down
4 changes: 4 additions & 0 deletions english/net/aspose.pdf.facades/pdfviewer/resolution/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Gets or sets resolution during viewing and printing. The higher resolution, the
public int Resolution { get; set; }
```

## Remarks

This property changes the image resolution in page-to-image conversion flows: when the [`PrintAsImage`](../printasimage/) is set to `true`, or when [`DecodePage`](../decodepage/) or [`DecodeAllPages`](../decodeallpages/) method is called. To set a printer resolution for direct printing to a printer, use the [`PrinterResolution`](../../../aspose.pdf.printing/pagesettings/printerresolution/) property in the [`PageSettings`](../../../aspose.pdf.printing/pagesettings/) class.

### See Also

* class [PdfViewer](../)
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.facades/pdfviewer/save/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfViewer.Save
second_title: Aspose.PDF for .NET API Reference
description: PdfViewer method. Saves the result PDF document to file
type: docs
weight: 340
weight: 360
url: /net/aspose.pdf.facades/pdfviewer/save/
---
## Save(string) {#save_1}
Expand Down
1 change: 1 addition & 0 deletions english/net/aspose.pdf.forms/form/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public sealed class Form : ICollection<WidgetAnnotation>
| [HasField](../../aspose.pdf.forms/form/hasfield/#hasfield)(Field) | Check if the form already has specified field. |
| [HasField](../../aspose.pdf.forms/form/hasfield/#hasfield_1)(string) | Determines if the field with specified name already added to the Form. |
| [HasField](../../aspose.pdf.forms/form/hasfield/#hasfield_2)(stringbool) | Determines if the field with specified name already added to the Form, with ability to look into children hierarchy of fields. |
| [MakeFormAnnotationsIndependent](../../aspose.pdf.forms/form/makeformannotationsindependent/)(Page) | Makes form fields annotations independent. |
| [RemoveFieldAppearance](../../aspose.pdf.forms/form/removefieldappearance/)(Fieldint) | Removes appearance of the field at specified index. If only one child appearance left, method embeds it into the field. |

## Fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Form.RemoveFieldAppearance
second_title: Aspose.PDF for .NET API Reference
description: Form method. Removes appearance of the field at specified index. If only one child appearance left method embeds it into the field
type: docs
weight: 280
weight: 290
url: /net/aspose.pdf.forms/form/removefieldappearance/
---
## Form.RemoveFieldAppearance method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public class StructureAttribute
| [SetNumberValue](../../aspose.pdf.logicalstructure/structureattribute/setnumbervalue/)(double) | Sets Value Number. |
| [SetRectangleValue](../../aspose.pdf.logicalstructure/structureattribute/setrectanglevalue/)(Rectangle) | Sets Value Rectangle. |
| [SetStringValue](../../aspose.pdf.logicalstructure/structureattribute/setstringvalue/)(string) | Sets Value String. |
| override [ToString](../../aspose.pdf.logicalstructure/structureattribute/tostring/)() | |

### See Also

Expand Down
1 change: 1 addition & 0 deletions english/net/aspose.pdf.printing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ url: /net/aspose.pdf.printing/
| [PdfQueryPageSettingsEventArgs](./pdfquerypagesettingseventargs/) | Provides data for the [`PdfQueryPageSettings`](../aspose.pdf.facades/pdfviewer/pdfquerypagesettings/) event. |
| [PrinterResolution](./printerresolution/) | Represents the resolution supported by a printer. |
| [PrinterSettings](./printersettings/) | Specifies information about how a document is printed, including the printer that prints it. |
| [StartEndPageEventArgs](./startendpageeventargs/) | Provides data for the [`StartPage`](../aspose.pdf.facades/pdfviewer/startpage/) and [`EndPage`](../aspose.pdf.facades/pdfviewer/endpage/) events of the [`PdfViewer`](../aspose.pdf.facades/pdfviewer/) class. |
## Enumeration

| Enumeration | Description |
Expand Down
1 change: 1 addition & 0 deletions english/net/aspose.pdf.printing/papersource/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public sealed class PaperSource
| Name | Description |
| --- | --- |
| [Kind](../../aspose.pdf.printing/papersource/kind/) { get; set; } | Gets or sets a value indicating the type of paper source. |
| [RawKind](../../aspose.pdf.printing/papersource/rawkind/) { getset; } | Same as [`Kind`](./kind/), but values larger than DMBIN_USER do not map to Custom. |
| [SourceName](../../aspose.pdf.printing/papersource/sourcename/) { getset; } | Gets or sets the name of the paper source. |

## Methods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PaperSource.SourceName
second_title: Aspose.PDF for .NET API Reference
description: PaperSource property. Gets or sets the name of the paper source
type: docs
weight: 30
weight: 40
url: /net/aspose.pdf.printing/papersource/sourcename/
---
## PaperSource.SourceName property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PaperSource.ToString
second_title: Aspose.PDF for .NET API Reference
description: PaperSource method. Provides some interesting information about the PaperSource in String form
type: docs
weight: 40
weight: 50
url: /net/aspose.pdf.printing/papersource/tostring/
---
## PaperSource.ToString method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class SanitizationException
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Sanitization.SanitizationException class. The exception that is thrown when an sanitization operation failed
type: docs
weight: 7110
weight: 7120
url: /net/aspose.pdf.sanitization/sanitizationexception/
---
## SanitizationException class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.structure/element/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class Element
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Structure.Element class. Class representing base element of logical structure
type: docs
weight: 7220
weight: 7230
url: /net/aspose.pdf.structure/element/
---
## Element class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class ElementCollection
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Structure.ElementCollection class. Collection of base logical structure elements
type: docs
weight: 7230
weight: 7240
url: /net/aspose.pdf.structure/elementcollection/
---
## ElementCollection class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.structure/figureelement/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class FigureElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Structure.FigureElement class. Class representing logical structure figure
type: docs
weight: 7240
weight: 7250
url: /net/aspose.pdf.structure/figureelement/
---
## FigureElement class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.structure/rootelement/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class RootElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Structure.RootElement class. Root structure element
type: docs
weight: 7250
weight: 7260
url: /net/aspose.pdf.structure/rootelement/
---
## RootElement class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.structure/structelement/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class StructElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Structure.StructElement class. General structure element
type: docs
weight: 7260
weight: 7270
url: /net/aspose.pdf.structure/structelement/
---
## StructElement class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.structure/textelement/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class TextElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Structure.TextElement class. General text element of document logical structure
type: docs
weight: 7270
weight: 7280
url: /net/aspose.pdf.structure/textelement/
---
## TextElement class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.tagged/itaggedcontent/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Interface ITaggedContent
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Tagged.ITaggedContent interface. Represents interface for work with TaggedPdf content of document
type: docs
weight: 7370
weight: 7380
url: /net/aspose.pdf.tagged/itaggedcontent/
---
## ITaggedContent interface
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.tagged/taggedexception/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class TaggedException
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Tagged.TaggedException class. Represents exception for TaggedPDF content of document
type: docs
weight: 7380
weight: 7390
url: /net/aspose.pdf.tagged/taggedexception/
---
## TaggedException class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.text/absorbedcell/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class AbsorbedCell
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.AbsorbedCell class. Represents cell of table that exist on the page
type: docs
weight: 7460
weight: 7470
url: /net/aspose.pdf.text/absorbedcell/
---
## AbsorbedCell class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.text/absorbedrow/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class AbsorbedRow
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.AbsorbedRow class. Represents row of table that exist on the page
type: docs
weight: 7470
weight: 7480
url: /net/aspose.pdf.text/absorbedrow/
---
## AbsorbedRow class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.text/absorbedtable/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class AbsorbedTable
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.AbsorbedTable class. Represents table that exist on the page
type: docs
weight: 7480
weight: 7490
url: /net/aspose.pdf.text/absorbedtable/
---
## AbsorbedTable class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.text/charinfo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class CharInfo
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.CharInfo class. Represents a character info object. Provides character positioning information
type: docs
weight: 7490
weight: 7500
url: /net/aspose.pdf.text/charinfo/
---
## CharInfo class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.text/charinfocollection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class CharInfoCollection
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.CharInfoCollection class. Represents CharInfo objects collection
type: docs
weight: 7500
weight: 7510
url: /net/aspose.pdf.text/charinfocollection/
---
## CharInfoCollection class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.text/coordinateorigin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum CoordinateOrigin
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.CoordinateOrigin enum. Text CoordinateOrigin enumeration
type: docs
weight: 7510
weight: 7520
url: /net/aspose.pdf.text/coordinateorigin/
---
## CoordinateOrigin enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class CustomFontSubstitutionBase.OriginalFontSpecification
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.CustomFontSubstitutionBaseOriginalFontSpecification class. Represents original font specification
type: docs
weight: 7530
weight: 7540
url: /net/aspose.pdf.text/customfontsubstitutionbase.originalfontspecification/
---
## CustomFontSubstitutionBase.OriginalFontSpecification class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class CustomFontSubstitutionBase
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.CustomFontSubstitutionBase class. Represents a base class for custom font substitution strategy
type: docs
weight: 7520
weight: 7530
url: /net/aspose.pdf.text/customfontsubstitutionbase/
---
## CustomFontSubstitutionBase class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.text/filefontsource/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class FileFontSource
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.FileFontSource class. Represents single font file source
type: docs
weight: 7540
weight: 7550
url: /net/aspose.pdf.text/filefontsource/
---
## FileFontSource class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.text/folderfontsource/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class FolderFontSource
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.FolderFontSource class. Represents the folder that contains font files
type: docs
weight: 7550
weight: 7560
url: /net/aspose.pdf.text/folderfontsource/
---
## FolderFontSource class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.text/font/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class Font
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.Font class. Represents font object
type: docs
weight: 7560
weight: 7570
url: /net/aspose.pdf.text/font/
---
## Font class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.text/fontabsorber/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class FontAbsorber
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.Text.FontAbsorber class. Represents an absorber object of fonts. Performs search for fonts and provides access to search results via Fonts collection
type: docs
weight: 7570
weight: 7580
url: /net/aspose.pdf.text/fontabsorber/
---
## FontAbsorber class
Expand Down
Loading

0 comments on commit c0fd966

Please sign in to comment.