DocFx.PdfParams Type
Pdf-Command parameters
Record fields
Record Field | Description |
Full Usage:
BasePath
Field type: string
|
|
|
|
Full Usage:
CssFilePath
Field type: string
|
|
Full Usage:
ExcludedTocs
Field type: string list
|
|
Full Usage:
GeneratesAppendices
Field type: bool option
|
|
Full Usage:
GeneratesExternalLink
Field type: bool option
|
|
Full Usage:
Host
Field type: string
|
|
Full Usage:
KeepRawFiles
Field type: bool option
|
Specify whether or not to keep the intermediate html files that used to generate the PDF file. It it usually used in debug purpose. By default the value is false.
|
Full Usage:
LoadErrorHandling
Field type: string
|
Specify how to handle pdf pages that fail to load: abort, ignore or skip(default abort), it is the same input as wkhtmltopdf --load-error-handling options.
|
Full Usage:
Locale
Field type: string
|
|
Full Usage:
Name
Field type: string
|
|
Full Usage:
RawOutputFolder
Field type: string
|
Specify the output folder for the raw files, if not specified, raw files will by default be saved to _raw subfolder under output folder if keepRawFiles is set to true.
|
Instance members
Instance member | Description |
Full Usage:
this.WithBuildParams
Parameters:
BuildParams -> BuildParams
Returns: PdfParams
Modifiers: inline |
|
Full Usage:
this.WithCommon
Parameters:
CommonParams -> CommonParams
Returns: PdfParams
Modifiers: inline |
|
|
|
Static members
Static member | Description |
|
|