PdfFillerInput.Expiration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the expiration time for the output link in minutes (default is 60 i.e 60 minutes or 1 hour), After this specified duration, any generated output file(s) will be automatically deleted from PDF.co temporary files storage. The maximum duration for link expiration varies based on your current subscription plan.
[System.Text.Json.Serialization.JsonPropertyName("expiration")]
public int? Expiration { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("expiration")>]
member this.Expiration : Nullable<int> with get, set
Public Property Expiration As Nullable(Of Integer)
Property Value
- Attributes