Class HtmlToPdfOptions
Info
Represents HTML to PDF converter options for Documentize.HtmlConverter plugin.
public sealed class HtmlToPdfOptions : PluginBaseOptions, IPluginOptions
Inheritance
object ← PluginBaseOptions ← HtmlToPdfOptions
Implements
Inherited Members
- PluginBaseOptions.AddInput(IDataSource),
- PluginBaseOptions.AddOutput(IDataSource),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
HtmlToPdfOptions()
Initializes new instance of the Documentize.HtmlToPdfOptions object.
public HtmlToPdfOptions()
Properties
BasePath
The base path/url for the html file.
public string BasePath { get; set; }
Property Value
HtmlMediaType
Gets or sets possible media types used during rendering.
public HtmlMediaType HtmlMediaType { get; set; }
Property Value
IsRenderToSinglePage
Gets or sets rendering all document to single page.
public bool IsRenderToSinglePage { get; set; }
Property Value
PageInfo
Gets or sets document page info.
public PageInfo PageInfo { get; set; }
Property Value
PageLayoutOption
Gets or sets layout option.
public HtmlPageLayoutOption PageLayoutOption { get; set; }
Property Value
Namespace: Documentize Assembly: Documentize.dll