Can we access the properties for the attachment comment? It looks like it should have FColor, Opacity, and Type for the icon.
Also if not will this be added into the upcoming release?
Thanks
Commenting properties for Attachment
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- User
- Posts: 46
- Joined: Thu Jun 23, 2005 1:01 pm
Commenting properties for Attachment
Rodney McManamy
CADzation
AutoCAD to PDF and DWF Solutions
rmcmanamy@cadzation.com
http://www.cadzation.com
CADzation
AutoCAD to PDF and DWF Solutions
rmcmanamy@cadzation.com
http://www.cadzation.com
-
- Site Admin
- Posts: 2449
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Commenting properties for Attachment
The following properties are available for usage already, but not described in the SDK Help currently:
"Type" - icon of attachment-comment, possible values: "Default", "Attachment", "Graph", "PaperClip", "Tag".
"FColor" - icon color(RGB),
"Opacity" - ,
"BlendMode" - new feature,
possible values: "Normal", "Multiply", "Screen", "Overlay", "Darken", "Lighten", "ColorDodge", "ColorBurn", "HardLight", "SoftLight", "Difference", "Exclusion", "Hue", "Saturation", "Color", "Luminosity".
"Type" - icon of attachment-comment, possible values: "Default", "Attachment", "Graph", "PaperClip", "Tag".
"FColor" - icon color(RGB),
"Opacity" - ,
"BlendMode" - new feature,
possible values: "Normal", "Multiply", "Screen", "Overlay", "Darken", "Lighten", "ColorDodge", "ColorBurn", "HardLight", "SoftLight", "Difference", "Exclusion", "Hue", "Saturation", "Color", "Luminosity".
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 46
- Joined: Thu Jun 23, 2005 1:01 pm
Re: Commenting properties for Attachment
Are they available in the 2.042.4 build or just in the upcoming one?
What's the name for calling it? I tried these and a bunch of other ones in the current build and wasn't getting anything.
Commenting.Attachment
Commenting.Attach
Thanks again.
What's the name for calling it? I tried these and a bunch of other ones in the current build and wasn't getting anything.
Commenting.Attachment
Commenting.Attach
Thanks again.
Rodney McManamy
CADzation
AutoCAD to PDF and DWF Solutions
rmcmanamy@cadzation.com
http://www.cadzation.com
CADzation
AutoCAD to PDF and DWF Solutions
rmcmanamy@cadzation.com
http://www.cadzation.com
-
- Site Admin
- Posts: 2449
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Commenting properties for Attachment
It is available for 2.042.4 already.
Name example:
"Commenting.FileAttachment.Styles[#<ActiveStyleID_for_AttachComments>].Type"
or by style index:
"Commenting.FileAttachment.Styles[0].Type"
Name example:
"Commenting.FileAttachment.Styles[#<ActiveStyleID_for_AttachComments>].Type"
or by style index:
"Commenting.FileAttachment.Styles[0].Type"
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.