Class PatchCodeParameters

java.lang.Object
com.aspose.barcode.generation.PatchCodeParameters

public class PatchCodeParameters extends Object

PatchCode parameters.

  • Method Details

    • getExtraBarcodeText

      public final String getExtraBarcodeText()

      Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.

    • setExtraBarcodeText

      public final void setExtraBarcodeText(String value)

      Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.

    • getFormat

      public final PatchFormat getFormat()

      PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly

    • setFormat

      public final void setFormat(PatchFormat value)

      PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly

    • getPatchFormat

      public final PatchFormat getPatchFormat()

      PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly

    • setPatchFormat

      public final void setPatchFormat(PatchFormat value)

      PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly

    • toString

      public String toString()

      Returns a human-readable string representation of this PatchCodeParameters.

      Overrides:
      toString in class Object
      Returns:
      A string that represents this PatchCodeParameters.