File tree Expand file tree Collapse file tree
groupdocs.conversion.fluent/iconversionoptionsonly/withoptions
groupdocs.conversion.options.convert/pdffontsubsetstrategy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ url: /net/groupdocs.conversion.fluent/iconversionoptionsonly/withoptions/
1111Sets conversion options for the conversion process.
1212
1313``` csharp
14- public IConversionHandlerSetup WithOptions (ConvertOptions options )
14+ public IConversionHandlerSetup WithOptions (ConvertOptions convertOptions )
1515```
1616
1717| Parameter | Type | Description |
1818| --- | --- | --- |
19- | options | ConvertOptions | Conversion options. |
19+ | convertOptions | ConvertOptions | Conversion options. |
2020
2121### Return Value
2222
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ public sealed class PdfFontSubsetStrategy : Enumeration
3434
3535| Name | Description |
3636| --- | --- |
37- | static [None](../../groupdocs .conversion .options .convert /pdffontsubsetstrategy /none ) | Do not subset fonts |
38- | static [SubsetAllFonts](../../groupdocs .conversion .options .convert /pdffontsubsetstrategy /subsetallfonts ) | Subset all fonts , used in a document . |
39- | static [SubsetEmbeddedFontsOnly](../../groupdocs .conversion .options .convert /pdffontsubsetstrategy /subsetembeddedfontsonly ) | Portrait page orientation (narrow and tall ). |
37+ | static readonly [None](../../groupdocs .conversion .options .convert /pdffontsubsetstrategy /none ) | Do not subset fonts |
38+ | static readonly [SubsetAllFonts](../../groupdocs .conversion .options .convert /pdffontsubsetstrategy /subsetallfonts ) | Subset all fonts , used in a document . |
39+ | static readonly [SubsetEmbeddedFontsOnly](../../groupdocs .conversion .options .convert /pdffontsubsetstrategy /subsetembeddedfontsonly ) | Portrait page orientation (narrow and tall ). |
4040
4141### See Also
4242
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ url: /net/groupdocs.conversion.options.convert/pdffontsubsetstrategy/none/
1111Do not subset fonts
1212
1313``` csharp
14- public static PdfFontSubsetStrategy None ;
14+ public static readonly PdfFontSubsetStrategy None ;
1515```
1616
1717### See Also
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ url: /net/groupdocs.conversion.options.convert/pdffontsubsetstrategy/subsetallfo
1111Subset all fonts, used in a document.
1212
1313``` csharp
14- public static PdfFontSubsetStrategy SubsetAllFonts ;
14+ public static readonly PdfFontSubsetStrategy SubsetAllFonts ;
1515```
1616
1717### See Also
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ url: /net/groupdocs.conversion.options.convert/pdffontsubsetstrategy/subsetembed
1111Portrait page orientation (narrow and tall).
1212
1313``` csharp
14- public static PdfFontSubsetStrategy SubsetEmbeddedFontsOnly ;
14+ public static readonly PdfFontSubsetStrategy SubsetEmbeddedFontsOnly ;
1515```
1616
1717### See Also
You can’t perform that action at this time.
0 commit comments