Interface BarcodeStamperInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BarcodeStamperInfo,BarcodeStamperInfo.Builder
public interface BarcodeStamperInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .IronPdfEngine.Proto.BarcodeEncoding barcode_type = 1;optional .IronPdfEngine.Proto.BarcodeEncoding barcode_type = 1;intoptional int32 height_px = 3;intoptional int32 width_px = 2;booleanoptional .IronPdfEngine.Proto.BarcodeEncoding barcode_type = 1;booleanoptional int32 height_px = 3;booleanoptional int32 width_px = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBarcodeType
boolean hasBarcodeType()optional .IronPdfEngine.Proto.BarcodeEncoding barcode_type = 1;- Returns:
- Whether the barcodeType field is set.
-
getBarcodeType
BarcodeEncoding getBarcodeType()optional .IronPdfEngine.Proto.BarcodeEncoding barcode_type = 1;- Returns:
- The barcodeType.
-
getBarcodeTypeOrBuilder
BarcodeEncodingOrBuilder getBarcodeTypeOrBuilder()optional .IronPdfEngine.Proto.BarcodeEncoding barcode_type = 1; -
hasWidthPx
boolean hasWidthPx()optional int32 width_px = 2;- Returns:
- Whether the widthPx field is set.
-
getWidthPx
int getWidthPx()optional int32 width_px = 2;- Returns:
- The widthPx.
-
hasHeightPx
boolean hasHeightPx()optional int32 height_px = 3;- Returns:
- Whether the heightPx field is set.
-
getHeightPx
int getHeightPx()optional int32 height_px = 3;- Returns:
- The heightPx.
-