static JDFAutoAdvancedParams() { atrInfoTable[0] = new AtrInfoTable(AttributeName.ALLOWPSXOBJECTS, 0x33333311, AttributeInfo.EnumAttributeType.boolean_, null, "true"); atrInfoTable[1] = new AtrInfoTable(AttributeName.ALLOWTRANSPARENCY, 0x33333311, AttributeInfo.EnumAttributeType.boolean_, null, "false"); atrInfoTable[2] = new AtrInfoTable(AttributeName.AUTOPOSITIONEPSINFO, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true"); atrInfoTable[3] = new AtrInfoTable(AttributeName.EMBEDJOBOPTIONS, 0x33333311, AttributeInfo.EnumAttributeType.boolean_, null, "false"); atrInfoTable[4] = new AtrInfoTable(AttributeName.EMITDSCWARNINGS, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "false"); atrInfoTable[5] = new AtrInfoTable(AttributeName.LOCKDISTILLERPARAMS, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true"); atrInfoTable[6] = new AtrInfoTable(AttributeName.PARSEDSCCOMMENTS, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true"); atrInfoTable[7] = new AtrInfoTable(AttributeName.PARSEDSCCOMMENTSFORDOCINFO, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true"); atrInfoTable[8] = new AtrInfoTable(AttributeName.PASSTHROUGHJPEGIMAGES, 0x33333311, AttributeInfo.EnumAttributeType.boolean_, null, "false"); atrInfoTable[9] = new AtrInfoTable(AttributeName.PRESERVECOPYPAGE, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true"); atrInfoTable[10] = new AtrInfoTable(AttributeName.PRESERVEEPSINFO, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true"); atrInfoTable[11] = new AtrInfoTable(AttributeName.PRESERVEHALFTONEINFO, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "false"); atrInfoTable[12] = new AtrInfoTable(AttributeName.PRESERVEOVERPRINTSETTINGS, 0x33333331, AttributeInfo.EnumAttributeType.boolean_, null, "true"); atrInfoTable[13] = new AtrInfoTable(AttributeName.PRESERVEOPICOMMENTS, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true"); atrInfoTable[14] = new AtrInfoTable(AttributeName.TRANSFERFUNCTIONINFO, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumTransferFunctionInfo.getEnum(0), "Preserve"); atrInfoTable[15] = new AtrInfoTable(AttributeName.UCRANDBGINFO, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumUCRandBGInfo.getEnum(0), "Preserve"); atrInfoTable[16] = new AtrInfoTable(AttributeName.USEPROLOGUE, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "false"); }
/// /// <summary> * (9) get attribute UCRandBGInfo </summary> /// * <returns> the value of the attribute </returns> /// public virtual EnumUCRandBGInfo getUCRandBGInfo() { return(EnumUCRandBGInfo.getEnum(getAttribute(AttributeName.UCRANDBGINFO, null, "Preserve"))); }