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 SummaryModifier 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.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasBarcodeTypeboolean hasBarcodeType()optional .IronPdfEngine.Proto.BarcodeEncoding barcode_type = 1;- Returns:
- Whether the barcodeType field is set.
 
- 
getBarcodeTypeBarcodeEncoding getBarcodeType()optional .IronPdfEngine.Proto.BarcodeEncoding barcode_type = 1;- Returns:
- The barcodeType.
 
- 
getBarcodeTypeOrBuilderBarcodeEncodingOrBuilder getBarcodeTypeOrBuilder()optional .IronPdfEngine.Proto.BarcodeEncoding barcode_type = 1;
- 
hasWidthPxboolean hasWidthPx()optional int32 width_px = 2;- Returns:
- Whether the widthPx field is set.
 
- 
getWidthPxint getWidthPx()optional int32 width_px = 2;- Returns:
- The widthPx.
 
- 
hasHeightPxboolean hasHeightPx()optional int32 height_px = 3;- Returns:
- Whether the heightPx field is set.
 
- 
getHeightPxint getHeightPx()optional int32 height_px = 3;- Returns:
- The heightPx.
 
 
-