Class PdfParameters

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

public class PdfParameters extends Object

PDF parameters.

  • Method Details

    • getCMYKBarColor

      public CMYKColor getCMYKBarColor()
      CMYK color value of the barcode.

      If null, CMYK color is not used; RGB color will be used instead.

    • setCMYKBarColor

      public void setCMYKBarColor(CMYKColor value)
      CMYK color value of the barcode.

      If null, CMYK color is not used; RGB color will be used instead.

    • getCMYKBackColor

      public CMYKColor getCMYKBackColor()
      CMYK background color value.

      If null, CMYK color is not used; RGB color will be used instead.

    • setCMYKBackColor

      public void setCMYKBackColor(CMYKColor value)
      CMYK background color value.

      If null, CMYK color is not used; RGB color will be used instead.

    • getCMYKCodetextColor

      public CMYKColor getCMYKCodetextColor()
      CMYK color value for the codetext.

      If null, CMYK color is not used; RGB color will be used instead.

    • setCMYKCodetextColor

      public void setCMYKCodetextColor(CMYKColor value)
      CMYK color value for the codetext.

      If null, CMYK color is not used; RGB color will be used instead.

    • getCMYKCaptionAboveColor

      public CMYKColor getCMYKCaptionAboveColor()
      CMYK color value for the caption above.

      If null, CMYK color is not used; RGB color will be used instead.

    • setCMYKCaptionAboveColor

      public void setCMYKCaptionAboveColor(CMYKColor value)
      CMYK color value for the caption above.

      If null, CMYK color is not used; RGB color will be used instead.

    • getCMYKCaptionBelowColor

      public CMYKColor getCMYKCaptionBelowColor()
      CMYK color value for the caption below.

      If null, CMYK color is not used; RGB color will be used instead.

    • setCMYKCaptionBelowColor

      public void setCMYKCaptionBelowColor(CMYKColor value)
      CMYK color value for the caption below.

      If null, CMYK color is not used; RGB color will be used instead.

    • isTextAsPath

      public boolean isTextAsPath()

      Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.

    • setTextAsPath

      public void setTextAsPath(boolean value)

      Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.