Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Is alpha transparent supported in NewPagFromCanvDC
  FAQ FAQ  Forum Search   Register Register  Login Login

Is alpha transparent supported in NewPagFromCanvDC

 Post Reply Post Reply
Author
Message
cathyling View Drop Down
Beginner
Beginner


Joined: 17 Sep 13
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote cathyling Quote  Post ReplyReply Direct Link To This Post Topic: Is alpha transparent supported in NewPagFromCanvDC
    Posted: 17 Sep 13 at 4:37PM

Hi, I am tring to use gdiplus create a transparent brush. The NewPageFromCanvasDC can't fill if the Color alpha value <255.

Codes:

HDC dc = QP.GetCanvasDC(1000,800);
Graphics myGraphics(dc);
Color colors[] = {
      Color(255, 255, 0, 0),   // red
      Color(155, 0, 0, 255),   // blue
      Color(55, 0, 255, 0)};  // green

REAL positions[] = {  0.0f,     0.3f,   1.0f};

LinearGradientBrush linGrBrush3( Point(0, 0), Point(300, 0),Color(255, 0, 0, 0),  Color(255, 255, 255, 255));

linGrBrush3.SetInterpolationColors(colors, positions, 3);
myGraphics.FillRectangle(&linGrBrush3, 220, 220, 500, 650);

QP.NewPageFromCanvasDC(300, -1);

 
Can anyone help me? Thanks.
Back to Top
AndrewC View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 08 Dec 10
Location: Geelong, Aust
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote AndrewC Quote  Post ReplyReply Direct Link To This Post Posted: 18 Sep 13 at 4:48AM
cathylin,

 
I have had a quick look at the source code.  The Gradient fills are supported but brush transparency is not supported.

This could get quite complex to implement as it is not always easy to map GDI+ calls to PDF.  I will add it to the todo list for the GDI+ metafile code.

Andrew.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store