PdfCoModelFactory.PDFAddSecurityInput Method
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.
public static Azure.Connectors.Sdk.PdfCo.Models.PDFAddSecurityInput PDFAddSecurityInput(string url = default, string ownerPassword = default, string userPassword = default, Azure.Connectors.Sdk.PdfCo.Models.EncryptionAlgorithm? encryptionAlgorithm = default, bool? allowAccessibilitySupport = default, bool? allowAssemblyDocument = default, bool? allowPrintDocument = default, bool? allowFillForms = default, bool? allowModifyDocument = default, bool? allowContentExtraction = default, bool? allowModifyAnnotations = default, Azure.Connectors.Sdk.PdfCo.Models.PrintQuality? printQuality = default, string name = default, int? expiration = default, bool? async = default, string profiles = default);
static member PDFAddSecurityInput : string * string * string * Nullable<Azure.Connectors.Sdk.PdfCo.Models.EncryptionAlgorithm> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Azure.Connectors.Sdk.PdfCo.Models.PrintQuality> * string * Nullable<int> * Nullable<bool> * string -> Azure.Connectors.Sdk.PdfCo.Models.PDFAddSecurityInput
Public Shared Function PDFAddSecurityInput (Optional url As String = Nothing, Optional ownerPassword As String = Nothing, Optional userPassword As String = Nothing, Optional encryptionAlgorithm As Nullable(Of EncryptionAlgorithm) = Nothing, Optional allowAccessibilitySupport As Nullable(Of Boolean) = Nothing, Optional allowAssemblyDocument As Nullable(Of Boolean) = Nothing, Optional allowPrintDocument As Nullable(Of Boolean) = Nothing, Optional allowFillForms As Nullable(Of Boolean) = Nothing, Optional allowModifyDocument As Nullable(Of Boolean) = Nothing, Optional allowContentExtraction As Nullable(Of Boolean) = Nothing, Optional allowModifyAnnotations As Nullable(Of Boolean) = Nothing, Optional printQuality As Nullable(Of PrintQuality) = Nothing, Optional name As String = Nothing, Optional expiration As Nullable(Of Integer) = Nothing, Optional async As Nullable(Of Boolean) = Nothing, Optional profiles As String = Nothing) As PDFAddSecurityInput
Parameters
- url
- String
- ownerPassword
- String
- userPassword
- String
- encryptionAlgorithm
- Nullable<EncryptionAlgorithm>
- printQuality
- Nullable<PrintQuality>
- name
- String
- profiles
- String