Uses of Class
com.ironsoftware.ironpdf.internal.proto.PdfPrintSecurity
Packages that use PdfPrintSecurity
-
Uses of PdfPrintSecurity in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return PdfPrintSecurityModifier and TypeMethodDescriptionPdfPrintSecurity.Builder.build()
PdfPrintSecurity.Builder.buildPartial()
PdfSecuritySettings.Builder.getAllowUserPrinting()
optional .IronPdfEngine.Proto.PdfPrintSecurity allow_user_printing = 6;
PdfSecuritySettings.getAllowUserPrinting()
optional .IronPdfEngine.Proto.PdfPrintSecurity allow_user_printing = 6;
PdfSecuritySettingsOrBuilder.getAllowUserPrinting()
optional .IronPdfEngine.Proto.PdfPrintSecurity allow_user_printing = 6;
static PdfPrintSecurity
PdfPrintSecurity.getDefaultInstance()
PdfPrintSecurity.Builder.getDefaultInstanceForType()
PdfPrintSecurity.getDefaultInstanceForType()
static PdfPrintSecurity
PdfPrintSecurity.parseDelimitedFrom
(InputStream input) static PdfPrintSecurity
PdfPrintSecurity.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PdfPrintSecurity
PdfPrintSecurity.parseFrom
(byte[] data) static PdfPrintSecurity
PdfPrintSecurity.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PdfPrintSecurity
PdfPrintSecurity.parseFrom
(com.google.protobuf.ByteString data) static PdfPrintSecurity
PdfPrintSecurity.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PdfPrintSecurity
PdfPrintSecurity.parseFrom
(com.google.protobuf.CodedInputStream input) static PdfPrintSecurity
PdfPrintSecurity.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PdfPrintSecurity
PdfPrintSecurity.parseFrom
(InputStream input) static PdfPrintSecurity
PdfPrintSecurity.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PdfPrintSecurity
PdfPrintSecurity.parseFrom
(ByteBuffer data) static PdfPrintSecurity
PdfPrintSecurity.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type PdfPrintSecurityModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PdfPrintSecurity>
PdfPrintSecurity.getParserForType()
static com.google.protobuf.Parser<PdfPrintSecurity>
PdfPrintSecurity.parser()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type PdfPrintSecurityModifier and TypeMethodDescriptionPdfSecuritySettings.Builder.mergeAllowUserPrinting
(PdfPrintSecurity value) optional .IronPdfEngine.Proto.PdfPrintSecurity allow_user_printing = 6;
PdfPrintSecurity.Builder.mergeFrom
(PdfPrintSecurity other) static PdfPrintSecurity.Builder
PdfPrintSecurity.newBuilder
(PdfPrintSecurity prototype) PdfSecuritySettings.Builder.setAllowUserPrinting
(PdfPrintSecurity value) optional .IronPdfEngine.Proto.PdfPrintSecurity allow_user_printing = 6;