Interface PdfSecuritySettingsOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- PdfSecuritySettings,- PdfSecuritySettings.Builder
public interface PdfSecuritySettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionbooleanoptional bool allow_user_annotations = 1;booleanoptional bool allow_user_copy_paste_content = 2;booleanoptional bool allow_user_copy_paste_content_for_accessibility = 3;optional .IronPdfEngine.Proto.PdfEditSecurity allow_user_edits = 4;optional .IronPdfEngine.Proto.PdfEditSecurity allow_user_edits = 4;booleanoptional bool allow_user_form_data = 5;optional .IronPdfEngine.Proto.PdfPrintSecurity allow_user_printing = 6;optional .IronPdfEngine.Proto.PdfPrintSecurity allow_user_printing = 6;optional string owner_password = 7;com.google.protobuf.ByteStringoptional string owner_password = 7;optional string user_password = 8;com.google.protobuf.ByteStringoptional string user_password = 8;booleanoptional bool allow_user_annotations = 1;booleanoptional bool allow_user_copy_paste_content = 2;booleanoptional bool allow_user_copy_paste_content_for_accessibility = 3;booleanoptional .IronPdfEngine.Proto.PdfEditSecurity allow_user_edits = 4;booleanoptional bool allow_user_form_data = 5;booleanoptional .IronPdfEngine.Proto.PdfPrintSecurity allow_user_printing = 6;booleanoptional string owner_password = 7;booleanoptional string user_password = 8;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasAllowUserAnnotationsboolean hasAllowUserAnnotations()optional bool allow_user_annotations = 1;- Returns:
- Whether the allowUserAnnotations field is set.
 
- 
getAllowUserAnnotationsboolean getAllowUserAnnotations()optional bool allow_user_annotations = 1;- Returns:
- The allowUserAnnotations.
 
- 
hasAllowUserCopyPasteContentboolean hasAllowUserCopyPasteContent()optional bool allow_user_copy_paste_content = 2;- Returns:
- Whether the allowUserCopyPasteContent field is set.
 
- 
getAllowUserCopyPasteContentboolean getAllowUserCopyPasteContent()optional bool allow_user_copy_paste_content = 2;- Returns:
- The allowUserCopyPasteContent.
 
- 
hasAllowUserCopyPasteContentForAccessibilityboolean hasAllowUserCopyPasteContentForAccessibility()optional bool allow_user_copy_paste_content_for_accessibility = 3;- Returns:
- Whether the allowUserCopyPasteContentForAccessibility field is set.
 
- 
getAllowUserCopyPasteContentForAccessibilityboolean getAllowUserCopyPasteContentForAccessibility()optional bool allow_user_copy_paste_content_for_accessibility = 3;- Returns:
- The allowUserCopyPasteContentForAccessibility.
 
- 
hasAllowUserEditsboolean hasAllowUserEdits()optional .IronPdfEngine.Proto.PdfEditSecurity allow_user_edits = 4;- Returns:
- Whether the allowUserEdits field is set.
 
- 
getAllowUserEditsPdfEditSecurity getAllowUserEdits()optional .IronPdfEngine.Proto.PdfEditSecurity allow_user_edits = 4;- Returns:
- The allowUserEdits.
 
- 
getAllowUserEditsOrBuilderPdfEditSecurityOrBuilder getAllowUserEditsOrBuilder()optional .IronPdfEngine.Proto.PdfEditSecurity allow_user_edits = 4;
- 
hasAllowUserFormDataboolean hasAllowUserFormData()optional bool allow_user_form_data = 5;- Returns:
- Whether the allowUserFormData field is set.
 
- 
getAllowUserFormDataboolean getAllowUserFormData()optional bool allow_user_form_data = 5;- Returns:
- The allowUserFormData.
 
- 
hasAllowUserPrintingboolean hasAllowUserPrinting()optional .IronPdfEngine.Proto.PdfPrintSecurity allow_user_printing = 6;- Returns:
- Whether the allowUserPrinting field is set.
 
- 
getAllowUserPrintingPdfPrintSecurity getAllowUserPrinting()optional .IronPdfEngine.Proto.PdfPrintSecurity allow_user_printing = 6;- Returns:
- The allowUserPrinting.
 
- 
getAllowUserPrintingOrBuilderPdfPrintSecurityOrBuilder getAllowUserPrintingOrBuilder()optional .IronPdfEngine.Proto.PdfPrintSecurity allow_user_printing = 6;
- 
hasOwnerPasswordboolean hasOwnerPassword()optional string owner_password = 7;- Returns:
- Whether the ownerPassword field is set.
 
- 
getOwnerPasswordString getOwnerPassword()optional string owner_password = 7;- Returns:
- The ownerPassword.
 
- 
getOwnerPasswordBytescom.google.protobuf.ByteString getOwnerPasswordBytes()optional string owner_password = 7;- Returns:
- The bytes for ownerPassword.
 
- 
hasUserPasswordboolean hasUserPassword()optional string user_password = 8;- Returns:
- Whether the userPassword field is set.
 
- 
getUserPasswordString getUserPassword()optional string user_password = 8;- Returns:
- The userPassword.
 
- 
getUserPasswordBytescom.google.protobuf.ByteString getUserPasswordBytes()optional string user_password = 8;- Returns:
- The bytes for userPassword.
 
 
-