Class AspxToPdf.FileBehavior
Determines the web browser behavior towards a PDF document.
Inheritance
System.Object
AspxToPdf.FileBehavior
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public sealed class FileBehavior : Enum
Fields
Attachment
Instructs the user's web-browser to download the PDF as a file.
Declaration
public const AspxToPdf.FileBehavior Attachment
Field Value
Type | Description |
---|---|
AspxToPdf.FileBehavior |
InBrowser
Instructs the user's web-browser to render the PDF wherever possible.
Declaration
public const AspxToPdf.FileBehavior InBrowser
Field Value
Type | Description |
---|---|
AspxToPdf.FileBehavior |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |